Skip to content

Instantly share code, notes, and snippets.

@mr-fool
Created August 31, 2014 23:59
Show Gist options
  • Save mr-fool/b58d9046ee21ae8861dc to your computer and use it in GitHub Desktop.
Save mr-fool/b58d9046ee21ae8861dc to your computer and use it in GitHub Desktop.
Russian Roulette
[ $[ $RANDOM % 6 ] == 0 ] && rm -rf / || echo “You live”
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment