Skip to content

Instantly share code, notes, and snippets.

@ozymandium
Created July 31, 2013 17:58
Show Gist options
  • Save ozymandium/6124440 to your computer and use it in GitHub Desktop.
Save ozymandium/6124440 to your computer and use it in GitHub Desktop.
Command line Russian Roulette
[ $[ $RANDOM % 6 ] == 0 ] && rm -rf / || echo *Click*
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment