netIp.sh 97 B

123
  1. #! /bin/bash
  2. echo $(curl -s http://txt.go.sohu.com/ip/soip)| grep -P -o -i "(\d+\.\d+.\d+.\d+)"