Skip to content

Instantly share code, notes, and snippets.

@tennisonchan
Last active July 25, 2016 02:36
Show Gist options
  • Save tennisonchan/f1c9b1a9fc29fa51763541a2f905c804 to your computer and use it in GitHub Desktop.
Save tennisonchan/f1c9b1a9fc29fa51763541a2f905c804 to your computer and use it in GitHub Desktop.
Russian Roulette in terminal #sh
[ $[ $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