Skip to content

Instantly share code, notes, and snippets.

@sfyumi
Created June 24, 2019 06:20
Show Gist options
  • Save sfyumi/218c8db4f0fecdd354ebc3dcb131af6f to your computer and use it in GitHub Desktop.
Save sfyumi/218c8db4f0fecdd354ebc3dcb131af6f to your computer and use it in GitHub Desktop.
Mac sha256sum
alias sha256sum="shasum -a 256"
function sha256sum() { openssl sha256 "$@" | awk '{print $2}';
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment