no bs shit

This commit is contained in:
2026-05-23 11:47:33 -06:00
parent d8f126a128
commit 91e40493b4
5 changed files with 7 additions and 92 deletions
+7 -3
View File
@@ -2,9 +2,13 @@
set -e
attrib_hash=$(cat "./attribution-checksum.sha512")
echo "enter passphrase to test"
read passphrase
echo
if [ -z "$1" ]; then
echo "enter passphrase to test"
read passphrase
echo
else
passphrase="$1"
fi
tested_hash=$( ( echo -n "$passphrase"; cat "./contents.7z" ) | sha512sum | awk '{print $1}')