Skip to content

Instantly share code, notes, and snippets.

@jjasghar
Forked from liz-baker/dice.zsh
Created May 30, 2014 16:30
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 jjasghar/93f5a74f15be3e59e6cc to your computer and use it in GitHub Desktop.
Save jjasghar/93f5a74f15be3e59e6cc to your computer and use it in GitHub Desktop.
#!/bin/zsh
let num=${1%d*}
let die=${1#*d}
let result="$num*($[$RANDOM % $die]+1)"
print $result
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment