checkDeviceOutLine.sh 每个5秒检查
#!/bin/bash
echo /qinlin/workerman/while ((1));
do
php checkDeviceOutLine.php
sleep 5
done
以守护进程方式运行
nohup ./checkDeviceOutLine.sh &
checkDeviceOutLine.sh 每个5秒检查
#!/bin/bash
echo /qinlin/workerman/done
以守护进程方式运行
nohup ./checkDeviceOutLine.sh &
1023
3195

被折叠的 条评论
为什么被折叠?
