From 8e9b1832c608ca13647cc7b70809953909952092 Mon Sep 17 00:00:00 2001 From: PrincessPi3 Date: Sat, 23 May 2026 05:00:31 -0600 Subject: [PATCH] workan --- reset.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/reset.sh b/reset.sh index 0b5a518..8e1f098 100644 --- a/reset.sh +++ b/reset.sh @@ -3,12 +3,12 @@ echo "autoshredding these files:" find . -type f \( -path ".git" -o -path "keystore" -o -path "archives" \) -prune \( -name "*.sha512" -o -name "checksums*" -o -name "private*" -o -name ".*" -o -name "*.sig" -o -name "*.7z" -o -name "anonymous_signer" \) -print -exec shred -uz {} \; echo "autoshredding out" -srm -r out +srm -r -z -l -l ./out 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 +echo "# todo: make this nice" > ./out/README.md echo done :3