摘要: 一、kill进程 #!/bin/bash PID=$(ps -ef | grep seps-web-1.0-SNAPSHOT.jar | grep -v grep | awk '{ print $2 }') if [ -z "$PID" ] then echo Application is alre 阅读全文
posted @ 2020-08-11 16:04 小小仓鼠 阅读(225) 评论(0) 推荐(0)