摘要: #!/bin/sh RESOURCE_NAME=atlas-oss-0.0.1-SNAPSHOT.jar tpid=`ps -ef|grep $RESOURCE_NAME|grep -v grep|grep -v kill|awk '{print $2}'` if [ ${tpid} ]; then 阅读全文
posted @ 2020-11-10 18:11 习惯沉淀 阅读(305) 评论(0) 推荐(0) 编辑