Skip to content

Instantly share code, notes, and snippets.

@itochan
Created September 19, 2013 10:00
Show Gist options
  • Save itochan/6621390 to your computer and use it in GitHub Desktop.
Save itochan/6621390 to your computer and use it in GitHub Desktop.
# clap.rb
# License: Public Domain
# example: ruby clap.rb 10
ARGV[0].to_i.times do |i|
puts `curl -X POST -d 'send=1' http://hachiojipm.org/hakushu/`
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment