Skip to content

Instantly share code, notes, and snippets.

@longjun
Created March 13, 2017 04:11
Show Gist options
  • Save longjun/0b8c47d4f668a17a5dc9b3a71c76f482 to your computer and use it in GitHub Desktop.
Save longjun/0b8c47d4f668a17a5dc9b3a71c76f482 to your computer and use it in GitHub Desktop.
taobao
curl -s http://ip.taobao.com/service/getIpInfo2.php\?ip\=myip | awk -F 'ip' '{print $2}' | awk -F '"' '{print $3}'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment