Skip to content

Instantly share code, notes, and snippets.

@bcarlso
Created July 8, 2009 17:14
Show Gist options
  • Save bcarlso/142977 to your computer and use it in GitHub Desktop.
Save bcarlso/142977 to your computer and use it in GitHub Desktop.
Previews a shortened URL (useful for Tweets)
curl --head --silent $1 | awk '/Location:/ { print $2 }'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment