Skip to content

Instantly share code, notes, and snippets.

@mjkaufer
Created October 24, 2014 00:55
Show Gist options
  • Star 10 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save mjkaufer/85bb5f800525245942a8 to your computer and use it in GitHub Desktop.
Save mjkaufer/85bb5f800525245942a8 to your computer and use it in GitHub Desktop.
Bash Roulette
alias roulette='[ $[ $RANDOM % 6 ] == 0 ] && rm -f $(shuf -n1 -e *) && echo "BOOM" || echo *Click*'
@GabrielRavier
Copy link

Oof

@L117
Copy link

L117 commented Aug 13, 2021

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment