mirror of
https://github.com/ivuorinen/dotfiles.git
synced 2026-01-26 03:04:06 +00:00
* fix(test): ensure bats file list uses xargs * docs(readme): use yarn for testing instructions * fix(test): ensure pipelines fail properly * docs(alias): fix table header --------- Signed-off-by: Ismo Vuorinen <ismo@ivuorinen.net>
341 B
341 B
x-validate-sha256sum.sh
This script contains a helper for sha256 validating your downloads
Usage
x-validate-sha256sum.sh file sha256sum
The script computes the SHA256 hash of file and compares it to the
expected value. It exits non-zero if the sums differ.