Skip to content

Instantly share code, notes, and snippets.

@BrianMehrman
Last active December 26, 2015 04:39
Show Gist options
  • Select an option

  • Save BrianMehrman/7095426 to your computer and use it in GitHub Desktop.

Select an option

Save BrianMehrman/7095426 to your computer and use it in GitHub Desktop.
Make a Beer Songex. BeerSong.rb 100
limit = ARGV[0].to_i
limit.times {|i| system "say #{limit-i} bottles of beer on the wall, #{limit-i} bottles of beer. Take one down, pass it around, #{limit-(i+1)} bottles of beer on the wall."}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment