Skip to content

Instantly share code, notes, and snippets.

@roolo
Created June 18, 2012 12:18
Show Gist options
  • Select an option

  • Save roolo/2948117 to your computer and use it in GitHub Desktop.

Select an option

Save roolo/2948117 to your computer and use it in GitHub Desktop.
Google url shortener
curl -v https://www.googleapis.com/urlshortener/v1/url -X POST -H 'Content-Type: application/json' -d "{\"longUrl\": \"$1\"}"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment