This commit is contained in:
2026-05-13 04:24:12 -06:00
parent bbb66f591c
commit 17ade43f03
4 changed files with 65 additions and 4 deletions
+9 -1
View File
@@ -1,6 +1,14 @@
#!/bash
# drop to skeleton mode
## unset everything possible
## kill as many processes as possible
# get list of all vars
## fill them to a comical length with /dev/zero
## then unset them
# figure out a more robust method
## otherwise jus drop a zerofile.zero into /tmp :vv:
## otherwise jus drop a zerofile.zero into /tmp :vv:
## just fuckin
# will this crash shit?
temp_file="$(mktemp)"
sudo if=/dev/zero bs=4M status=progress > "$temp_file" || sudo rm -f "$temp_file"