1、添加start.sh执行bugs.py脚本
#!/bin/bash
echo "开始运行bugs.py"
nohup python -u bugs.py >> bugs.log 2>&1 &
echo "运行结束"
2、运行start.sh
sh start.sh
本作品采用知识共享署名-相同方式共享 4.0 国际许可协议进行许可。
#!/bin/bash
echo "开始运行bugs.py"
nohup python -u bugs.py >> bugs.log 2>&1 &
echo "运行结束"
sh start.sh
本作品采用知识共享署名-相同方式共享 4.0 国际许可协议进行许可。
暂无评论
要发表评论,您必须先 登录