1 Star 6 Fork 4

antonio/expert-giggle

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
job.sh 286 Bytes
一键复制 编辑 原始数据 按行查看 历史
antonio 提交于 2023-04-27 17:59 . 初始化
#!/bin/bash
int=1;
while(( $int<=5 ));
do
/www/server/php/56/bin/php /www/wwwroot/weiqihuo.com/cli.php admin/crontab/opt_deal_status;
/www/server/php/56/bin/php /www/wwwroot/weiqihuo.com/cli.php admin/crontab/auto_commission;
let "int++";
sleep 13;
done
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
PHP
1
https://gitee.com/qwedqwed/expert-giggle.git
[email protected]:qwedqwed/expert-giggle.git
qwedqwed
expert-giggle
expert-giggle
master

搜索帮助