This commit is contained in:
kaadon
2025-10-31 01:16:51 +08:00
parent 9aebd17f1c
commit 9d69a89cec
47 changed files with 881 additions and 4 deletions

View File

@ -1,8 +1,9 @@
#!/bin/sh
# 设置执行的持续时间60秒 = 1分钟
cd /www/wwwroot/weipan02_server/public
for i in {1..29}
cd /app/public
for i in $(seq 1 29)
do
php index.php /index/index/order
php index.php /index/index/product
sleep 1
done
done