标签:程序 pytho shell脚本 运行 python art tar mod start.s
刚写了个python程序,要一直在后台运行,即使断开ssh进程也在,下面是解决办法:
假如Python程序为test.py 编写shell脚本start.sh #!/bin/bash python test.py & chmod +x start.sh ./start.sh
标签:程序 pytho shell脚本 运行 python art tar mod start.s
原文地址:http://www.cnblogs.com/uglyliu/p/6198631.html