摘要: #!/bin/shcurDir=$(cd `dirname $0`; pwd)log() { echo `date +%F" "%H:%M:%S`: $1 >> $curDir/../../proc/logs/diagnose.log}diagnose() { for ((time=1; time< 阅读全文
posted @ 2017-06-12 14:17 牛哥学coding 阅读(217) 评论(0) 推荐(0) 编辑