Skip to content

Instantly share code, notes, and snippets.

@liweinan
Created October 25, 2017 03:30
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 liweinan/2a66bbb5a1726ac52fd8d290c8df6027 to your computer and use it in GitHub Desktop.
Save liweinan/2a66bbb5a1726ac52fd8d290c8df6027 to your computer and use it in GitHub Desktop.
md5sum.sh
for f in $(ls -1 *.zip); do md5sum $f; done >> MD5SUM
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment