Skip to content

Instantly share code, notes, and snippets.

@johnnymatthews
Created January 10, 2020 17:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save johnnymatthews/9bdf1b8463a4997eb1f47cce5a08c5fc to your computer and use it in GitHub Desktop.
Save johnnymatthews/9bdf1b8463a4997eb1f47cce5a08c5fc to your computer and use it in GitHub Desktop.
# VERIFY A FILE'S CHECKSUM
# Enter the hash of the file from the website, and the name of
# the file, with an asterix * pre-pending it.
# shasum -a 256 -c <<<'HASH_OF_FILE_FROM_WEBSITE' '*NAME_OF_FILE'
# Here's an example:
shasum -a 256 -c <<<'302d795f6777ad187f978e9ca5eb11ae96930effd8816fa6380c7e14fdca98e9' '*coinomi-wallet-1.1.1-macos.dmg'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment