Skip to content

Instantly share code, notes, and snippets.

@sharifulin
Created June 8, 2009 20:24
Show Gist options
  • Save sharifulin/126039 to your computer and use it in GitHub Desktop.
Save sharifulin/126039 to your computer and use it in GitHub Desktop.
Tiny URL to long
perl -MLWP::UserAgent -e'print LWP::UserAgent->new(max_redirect => 0, timeout => 5)->get($_)->header("location")' 'http://ff.im/2OEON'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment