1. 程式人生 > >Linux cenots shell 批量關閉指定關鍵字的程序,並重新啟動新的程序 程序重新啟動

Linux cenots shell 批量關閉指定關鍵字的程序,並重新啟動新的程序 程序重新啟動

#!/bin/bash
#確保shell 切換到當前shell 指令碼資料夾
current_file_path=(cd"(cd "(dirname “$0”)"; pwd)
cd ${current_file_path}

echo ‘當前程序pid=’KaTeX parse error: Expected 'EOF', got '#' at position 2: #̲下面的app變數請根據實際名稱… != pid];thenecho""pid ] ; then echo "關閉了"

{app}“原先的程序pid=”$pid
sudo kill -KILL $pid
fi
done
nohup hue/build/env/bin/hue runserver 0.0.0.0:8000 &