stop.sh 138 字节 原文件 审查 历史 永久链接 1 2 3 4 5 6 #!/bin/bash echo " Current module will shutdown ..." pid=`cat process.pid | awk 'echo $1'` echo "pid:$pid" kill -9 $pid rm -f process.pid