initial commit via gitinitshit

This commit is contained in:
2026-05-23 03:36:56 -06:00
commit 888d96de8f
5 changed files with 128 additions and 0 deletions
Executable
+3
View File
@@ -0,0 +1,3 @@
#!/bin/bash
echo "autodeleting these files:"
find -type f -not -path "*/.git*" \( -name "*.sha512" -o -name "checksums*" -o -name "private*" -o -name ".*" -o -name "*.sig" -o -name "*.7z" -o -name "anonymous_signer" \) -print -delete