Skip to content

Instantly share code, notes, and snippets.

@mjkaufer
Created October 24, 2014 00:55
Show Gist options
  • Select an option

  • Save mjkaufer/85bb5f800525245942a8 to your computer and use it in GitHub Desktop.

Select an option

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
Copy Markdown

Oof

Copy link
Copy Markdown

ghost commented Aug 13, 2021

Thanks!

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