Skip to content

Instantly share code, notes, and snippets.

@delucis
Created August 16, 2017 17:31
Show Gist options
  • Save delucis/b0225dde3170b53a4ff3744cb52aaa90 to your computer and use it in GitHub Desktop.
Save delucis/b0225dde3170b53a4ff3744cb52aaa90 to your computer and use it in GitHub Desktop.
Copy a sha256 hash of a file to the clipboard
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