摘要:
#!/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
杨小愚
阅读(953)
评论(0)
推荐(0)
浙公网安备 33010602011771号