Skip to content

Instantly share code, notes, and snippets.

@chrisvaughn
Created January 27, 2012 17:09
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 chrisvaughn/1689827 to your computer and use it in GitHub Desktop.
Save chrisvaughn/1689827 to your computer and use it in GitHub Desktop.
for i in {99..1}
do
let l=i-1
say "$i bottles of beer on the wall. $i bottles of beer. Take 1 down, pass it arround, $l bottles of beer on the wall."
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment