Skip to content

Instantly share code, notes, and snippets.

@nsommer
Created November 30, 2016 10:01
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 nsommer/3c5544b568a650e2d6dc2b738ac9ef22 to your computer and use it in GitHub Desktop.
Save nsommer/3c5544b568a650e2d6dc2b738ac9ef22 to your computer and use it in GitHub Desktop.
Brews as much β˜•οΈ as you want it to πŸ™‚
#!/usr/bin/env ruby
if ARGV.length == 0
puts "β˜•οΈ"
else
puts "β˜•οΈ" * ARGV.first.to_i
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment