This commit is contained in:
2025-10-17 10:22:02 +08:00
parent 1a1040b514
commit 7e93bee4fa
11 changed files with 64 additions and 652 deletions

View File

@@ -4,24 +4,18 @@
*/
// 定义要执行的命令列表
//$commands = [
// 'nohup php webman applysmstemp &',
// 'nohup php webman birthdaygiftsms &',
// 'nohup php webman birthdaygiftsms &',
// 'nohup php webman rabborderprint &',
// 'nohup php webman rabbproductupdate &',
// 'nohup php webman sendmarksms &',
// 'nohup php webman sendwechattemp &',
//];
$commands = [
'php webman applysmstemp',
'php webman birthdaygiftsms',
'php webman birthdaygiftsms',
'php webman rabborderprint',
'php webman rabbproductupdate',
'php webman sendmarksms',
'php webman sendwechattemp',
'nohup php webman applysmstemp &',
'nohup php webman birthdaygiftsms &',
'nohup php webman rabborderprint &',
'nohup php webman rabbproductupdate &',
];
//$commands = [
// 'php webman applysmstemp',
// 'php webman birthdaygiftsms',
// 'php webman rabborderprint',
// 'php webman rabbproductupdate',
//];
echo "开始执行命令...\n";
// 遍历并执行每个命令