/sbin/ifconfig|grep 'P-t-P'|awk '{ print $2 }' | cut -c 6-
吧IP地址赋值给 IP 变量
IP=$(/sbin/ifconfig|grep 'P-t-P'|awk '{ print $2 }' | cut -c 6-)