Skip to content

Instantly share code, notes, and snippets.

@mapix
Created January 9, 2013 05:42
Show Gist options
  • Save mapix/4490948 to your computer and use it in GitHub Desktop.
Save mapix/4490948 to your computer and use it in GitHub Desktop.
find where i'am
function ip-where { wget -qO- -U Mozilla http://www.ip-adress.com/ip_tracer/$1 | html2text -nobs -style pretty | sed -n /^$1/,/^$/p;}
ip-where `curl ifconfig.me`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment