Created
January 22, 2011 06:00
-
-
Save seungwon0/790910 to your computer and use it in GitHub Desktop.
Lotto Number Generator
This file contains 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/sh | |
# | |
# lotto-generator - Lotto Number Generator | |
# | |
# Seungwon Jeong <[email protected]> | |
# | |
# Copyright (C) 2011 by Seungwon Jeong | |
echo `shuf -n 6 -i 1-45 | sort -n` |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment