or even perchance

This commit is contained in:
2026-04-23 03:21:25 -06:00
parent e42ea22bbc
commit 577c766a51
+4
View File
@@ -28,6 +28,10 @@ while true; do #infinite loop
# alert spammmm # alert spammmm
for((i=0;i<10;i++)); do for((i=0;i<10;i++)); do
send_discord_webhook "FUZZ" & # fork task to background to run more faster send_discord_webhook "FUZZ" & # fork task to background to run more faster
# cryptsetup erase <device> # ion case you wanna nuke ur shit lmao
## these options are powerful, silent, fast, aND RIsky
poweroff --poweroff --force --no-wall # --no-sync
done done
fi fi
done done