shell
摘要: [root@Client_Download_Source shell]# cat start.nginx.sh #!/bin/bash while true do sleep 2 check=`netstat -ntlp|egrep "\"` if [[ ${check} == "" ]] then echo -n $(date +%F_%T) >> /tmp/ngi... 阅读全文
posted @ 2017-03-16 11:47 devops运维 阅读(1348) 评论(0) 推荐(0)
python