Skip to content

Instantly share code, notes, and snippets.

@rcebrian
Created December 8, 2018 23:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rcebrian/aadb5ecb32e82bd4175e3aba5c51a358 to your computer and use it in GitHub Desktop.
Save rcebrian/aadb5ecb32e82bd4175e3aba5c51a358 to your computer and use it in GitHub Desktop.
Russian roulette for SysAdmin
#!/usr/bin/env bash
[$[ $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