Created
March 13, 2017 04:11
-
-
Save longjun/0b8c47d4f668a17a5dc9b3a71c76f482 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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