摘要: #!/bin/bash #当前日期 time=`date` pidno=`ps aux|grep adserver-beta|grep -v "grep"|awk '{print $2}'` kill -9 $pidno if [ $? -ne 0 ]; then echo $time"----->old adserver kill failed.." >> /tmp... 阅读全文
posted @ 2018-03-21 18:27 Oops!# 阅读(3699) 评论(0) 推荐(0)