Skip to content

Instantly share code, notes, and snippets.

@arronmabrey
Last active February 29, 2016 13:51
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 arronmabrey/6bd6026195cbcff59bf7 to your computer and use it in GitHub Desktop.
Save arronmabrey/6bd6026195cbcff59bf7 to your computer and use it in GitHub Desktop.
shasum snippet
find . -type f -print0 | xargs -0 shasum -a 256 | tee shasum256-check.txt
shasum -a 256 -c shasum256-check.txt | tee shasum256-scan.txt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment