This commit is contained in:
eson 2023-09-08 11:58:57 +08:00
parent f7772087d0
commit 986c3b929a
2 changed files with 2 additions and 1 deletions

View File

@ -2,6 +2,8 @@
bash stop.sh bash stop.sh
sleep 1s
for env in a b c; do for env in a b c; do
# 启动screen # 启动screen

View File

@ -11,5 +11,4 @@ for env in a b c; do
# 或者使用PID停止 # 或者使用PID停止
# screen_pid=$(screen -list | grep $screen_name | awk '{print $1}') # screen_pid=$(screen -list | grep $screen_name | awk '{print $1}')
# kill $screen_pid # kill $screen_pid
done done