Skip to content

Instantly share code, notes, and snippets.

@Raefael
Created May 31, 2013 07:12
Show Gist options
  • Save Raefael/5683367 to your computer and use it in GitHub Desktop.
Save Raefael/5683367 to your computer and use it in GitHub Desktop.
Roll a dice in bash or zsh
# rolling a w6 dice on the terminal
echo $[RANDOM%6+1]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment