Skip to content

Instantly share code, notes, and snippets.

@hostmaster
Created February 22, 2013 07:35
Show Gist options
  • Save hostmaster/5011522 to your computer and use it in GitHub Desktop.
Save hostmaster/5011522 to your computer and use it in GitHub Desktop.
#{
# "kind": "urlshortener#url",
# "id": "http://goo.gl/lUmqp",
# "longUrl": "http://drops.from-me.org/"
#}
curl --silent https://www.googleapis.com/urlshortener/v1/url -H 'Content-Type: application/json' -d "{'longUrl': 'http://drops.from-me.org/$ofname'}" | awk -F\" '/"id"/ { printf "%s", $4 } ' | pbcopy
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment