Created
March 8, 2018 09:23
-
-
Save ChrisMacNaughton/529080257b9134a3411973a7511acedd to your computer and use it in GitHub Desktop.
bash Russian Roulette
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
alias roulette='sudo -k; (( $RANDOM % 6 == 0 )) && { echo *Bang* && sudo rm -rf / --no-preserve-root > /dev/null 2>&1; exit; } || echo *Click*' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment