Skip to content

Instantly share code, notes, and snippets.

@ChrisMacNaughton
Created March 8, 2018 09:23
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save ChrisMacNaughton/529080257b9134a3411973a7511acedd to your computer and use it in GitHub Desktop.
Save ChrisMacNaughton/529080257b9134a3411973a7511acedd to your computer and use it in GitHub Desktop.
bash Russian Roulette
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