Skip to content

Instantly share code, notes, and snippets.

@alexlehm
Created August 11, 2015 22:34
Show Gist options
  • Select an option

  • Save alexlehm/c8ff69cae1950d7c0985 to your computer and use it in GitHub Desktop.

Select an option

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