摘要:
#!/bin/bash ping_baidu(){ if ping -c 1 www.baidu.com >/dev/null; then echo 1 else echo 0 fi } ping_check_mysqlfile(){ if ping -c 1 XX.XX.XX.XX > /dev/null; then ... 阅读全文
posted @ 2019-01-07 22:20
SMALL-D
阅读(303)
评论(0)
推荐(0)