/extensions/flyrb/bin/google
http://github.com/alloy/dietrb · Ruby · 7 lines · 4 code · 2 blank · 1 comment · 0 complexity · 65f613184885c87735aca5d677d9b7d0 MD5 · raw file
- #!/usr/bin/env ruby
- %w{rubygems platform net/http flyrb}.each {|library| require library}
- Flyrb.equip(:google)
- include Flyrb::Google
- google(ARGV[0])