Skip to content

Instantly share code, notes, and snippets.

@seungwon0
Created January 22, 2011 06:00
Show Gist options
  • Save seungwon0/790910 to your computer and use it in GitHub Desktop.
Save seungwon0/790910 to your computer and use it in GitHub Desktop.
Lotto Number Generator
#!/bin/sh
#
# lotto-generator - Lotto Number Generator
#
# Seungwon Jeong <seungwon0@gmail.com>
#
# 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