摘要: #!/bin/bash ################### # Check Active Host####### ################### function CheckInput(){ if [ $# -ne 1 ] ; then return 1 else return 0 fi } function CheckIp(){ /bin/ipcalc -s -c $1 ... 阅读全文
posted @ 2017-02-08 18:36 杨小愚 阅读(939) 评论(0) 推荐(0) 编辑