One line to check sha256sum of file and exit if not good
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
#!/bin/bash | |
echo b298d29de9236ca47a023e382313bcc2d2eed31dfa706b60a04103ce83a71a25 go1.16.3.src.tar.gz | sha256sum --check --status |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment