Skip to content

Instantly share code, notes, and snippets.

@alexlehm
Created August 11, 2015 22:34
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 alexlehm/c8ff69cae1950d7c0985 to your computer and use it in GitHub Desktop.
Save alexlehm/c8ff69cae1950d7c0985 to your computer and use it in GitHub Desktop.
mkdir temp.$$
cd temp.$$
split -b4k ../$1
md5sum -b x* >../$1.md5
rm x*
cd ..
rmdir temp.$$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment