Created
August 16, 2017 17:31
-
-
Save delucis/b0225dde3170b53a4ff3744cb52aaa90 to your computer and use it in GitHub Desktop.
Copy a sha256 hash of a file to the clipboard
This file contains 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
shasum -a 256 name-of-your-file | awk '{printf $1}' | pbcopy |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment