Skip to content

Instantly share code, notes, and snippets.

@peinwag
Created February 8, 2012 09:36
Show Gist options
  • Save peinwag/1767296 to your computer and use it in GitHub Desktop.
Save peinwag/1767296 to your computer and use it in GitHub Desktop.
using the github url shortener
curl -i http://git.io -F "url=https://github.com/predscore" 2>&1 | egrep -o "http://git.io/(.*)$"
http://git.io/FH03Nw
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment