摘要: #!/bin/bash # find out my ip to exclude... MY_MERCHINE_IP=`ifconfig eth0 |awk -F "[: ]+" '/inet addr/{print $4}'`; MERCHINE_IP_LIST="172.1.2.7 172.1.3 阅读全文
posted @ 2020-09-20 10:15 kylingx 阅读(132) 评论(0) 推荐(0) 编辑