Skip to content

Instantly share code, notes, and snippets.

@tagoh
Created October 20, 2010 07:44
Show Gist options
  • Save tagoh/635979 to your computer and use it in GitHub Desktop.
Save tagoh/635979 to your computer and use it in GitHub Desktop.
ruby -rrubygems -rnet/http -ruri -e 'require "json";print JSON.parse(Net::HTTP.post_form(URI.parse("http://goo.gl/api/shorten"),{:url=>ARGV[0]}).body)["short_url"]' http://www.google.com
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment