Skip to content

Instantly share code, notes, and snippets.

@bakkdoor
Last active August 29, 2015 14:07
Show Gist options
  • Save bakkdoor/f555a615a511d6a6cb73 to your computer and use it in GitHub Desktop.
Save bakkdoor/f555a615a511d6a6cb73 to your computer and use it in GitHub Desktop.
#!/usr/bin/env ruby
def πŸ‘
print "πŸ‘ "
end
[ARGV[0].to_i, 1].max.times { πŸ‘ }
puts
$ ./clap 10
πŸ‘ πŸ‘ πŸ‘ πŸ‘ πŸ‘ πŸ‘ πŸ‘ πŸ‘ πŸ‘ πŸ‘
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment