From eaa54dec2299ca46216416ba325c4e664a46bef5 Mon Sep 17 00:00:00 2001 From: PrincessPi3 Date: Sat, 23 May 2026 04:57:42 -0600 Subject: [PATCH] workan --- reset.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reset.sh b/reset.sh index c4dffc4..0b5a518 100644 --- a/reset.sh +++ b/reset.sh @@ -1,6 +1,6 @@ #!/bin/bash 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 -delete +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