Created
January 18, 2014 01:28
-
-
Save saihoooooooo/8484858 to your computer and use it in GitHub Desktop.
random number generator. (bash)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/bash | |
| awk 'BEGIN {srand(); print int(6 * rand()) + 1}' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment