2018年3月5日
摘要: #!/bin/shbin=$(cd `dirname $0`; pwd)pid=$(ps -ef | grep 8111 | grep -v 'grep\|tail\|more\|bash\|less'| awk '{print $2}') if [ -n "${pid}" ]; then echo 阅读全文
posted @ 2018-03-05 10:27 小鸡布咕 阅读(81) 评论(0) 推荐(0)