WORKAN WOOOO

This commit is contained in:
2025-10-29 23:09:50 -06:00
parent b11523e246
commit 572075c1f6
6 changed files with 126 additions and 28 deletions
+14
View File
@@ -0,0 +1,14 @@
#!/bin/bash
echo "Nuking all those stupid files"
rm -f influxdata-archive.key 2>/dev/null
rm -f status.txt 2>/dev/null
rm -f *.tar.gz 2>/dev/null
rm -f *.log 2>/dev/null
rm -f *.bak* 2>/dev/null
rm -f *.~ 2>/dev/null
rm -rf old 2>/dev/null
echo "Git pulling"
git pull 1>/dev/null 2>/dev/null
echo "Cleanup done!"