2018年3月13日
摘要: #!/bin/bash step=2 for((i=0;i<60;i=i+step));do ps aux|grep apptomcat |grep -v grep >/dev/null y=`echo $?` if [ "$y" -ne "0" ];then ps aux|grep webtomc 阅读全文
posted @ 2018-03-13 19:16 yw123 阅读(226) 评论(0) 推荐(0)