📜  让 python 脚本始终在 aws 上运行 - Python 代码示例

📅  最后修改于: 2022-03-11 14:47:19.192000             🧑  作者: Mango

代码示例1
#to start up a window that will run even after ssh disconnect
tmux new -s mywindow
#to reconnect to that window after ssh reconnect
tmux a -t mywindow