摘要: #!/bin/bashIP () {IPADDR=` hostname -I | cut -d' ' -f1`echo "IPADDR: $IPADDR "if $IPADDR | grep '3' ;then echo "time: `date +%F%n%T`"else groupadd mag 阅读全文
posted @ 2023-06-11 21:06 痛要忍着 阅读(15) 评论(0) 推荐(0)