Skip to content

Instantly share code, notes, and snippets.

@tomheng
Created April 1, 2012 05:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tomheng/2271597 to your computer and use it in GitHub Desktop.
Save tomheng/2271597 to your computer and use it in GitHub Desktop.
md5_linux
#!/bin/bash
echo -n $1 | md5sum | awk '{print $1}'
@gua-pian
Copy link

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment