标签:style config span nbsp task net shel shell脚本学习 www
#!/bin/sh ip=`ifconfig eth0 | grep ‘inet‘ | awk ‘{print $2}‘` ip1=‘x.x.x.x‘ if [ "$ip" == "$ip1" ]; then dir=‘/home/wwwroot/default/guoyi/Pay/‘ else dir=‘/home/web/guoyi/Pay/‘ fi php ${dir}‘index.php‘ order_task
标签:style config span nbsp task net shel shell脚本学习 www
原文地址:http://www.cnblogs.com/loveyouyou616/p/7091275.html