完成
This commit is contained in:
@@ -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";
|
||||
|
||||
// 遍历并执行每个命令
|
||||
|
||||
Reference in New Issue
Block a user