Created
June 24, 2019 06:20
-
-
Save sfyumi/218c8db4f0fecdd354ebc3dcb131af6f to your computer and use it in GitHub Desktop.
Mac sha256sum
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| alias sha256sum="shasum -a 256" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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