9 lines
197 B
Bash
9 lines
197 B
Bash
# 设置执行的持续时间(60秒 = 1分钟)
|
||
cd /www/wwwroot/weipan07_server/public
|
||
for i in {1..29}
|
||
do
|
||
php index.php /index/index/order
|
||
php index.php /index/index/product
|
||
sleep 1
|
||
done
|