Files
weipan02_server/public/start.sh
2025-10-31 01:21:31 +08:00

10 lines
187 B
Bash
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

#!/bin/sh
# 设置执行的持续时间60秒 = 1分钟
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