摘要: #!/bin/bash g_dir=$(pwd) g_jar=() function stop() { pid=$(ps -ef | grep java | grep "$1" | awk '{print $2}') if [ -n "$pid" ]; then if [ "$pid" -ne 0 阅读全文
posted @ 2023-05-10 16:45 istruth 阅读(173) 评论(0) 推荐(0)