Skip to content

Instantly share code, notes, and snippets.

@orenmazor
Created July 16, 2014 15:10
Show Gist options
  • Save orenmazor/5b29f0e25fc0d92f0a95 to your computer and use it in GitHub Desktop.
Save orenmazor/5b29f0e25fc0d92f0a95 to your computer and use it in GitHub Desktop.
sha256sum wrapper for shasum
#!/bin/sh
shasum -a 256 $1 $2 $3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment