This commit is contained in:
2026-05-23 05:15:29 -06:00
parent c081716207
commit 43f840140c
3 changed files with 2 additions and 2 deletions
+2 -2
View File
@@ -11,9 +11,9 @@ echo "rebuilding out"
mkdir -p out/contents
echo "put files to verifiably archive in here" > out/contents/README.md
echo "# todo: make this nice" > ./out/README.md
cp test_validate_passphrase.sh out
cp test_validate_passphrase.txt out/test_validate_passphrase.sh
chmod +x out/test_validate_passphrase.sh
cp verify-everything.sh out
cp verify-everything.txt out/verify-everything.sh
chmod +x out/verify-everything.sh
echo done :3