From 61a24a70f8e285827be760b76186819be1f7746c Mon Sep 17 00:00:00 2001 From: mack-a <57424792+mack-a@users.noreply.github.com> Date: Fri, 31 Jul 2020 10:11:27 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E6=9F=A5=E6=89=BE=E6=9C=80=E4=BC=98?= =?UTF-8?q?=E7=9A=84ip):=20=E5=A2=9E=E5=8A=A0=E6=AC=A1=E6=95=B0=E5=88=A4?= =?UTF-8?q?=E6=96=AD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- find_best_cdn_ip.sh | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/find_best_cdn_ip.sh b/find_best_cdn_ip.sh index a0fb6e1..2a46dfc 100755 --- a/find_best_cdn_ip.sh +++ b/find_best_cdn_ip.sh @@ -94,6 +94,12 @@ init(){ echoContent red "错误" exit fi + echoContent red "=============================================" + echoContent green "默认测试为五次,超时为1000ms" + echoContent green "请输入单个ip的测试次数【默认为5次】:" + echoContent red "=============================================" + read testNum + pingTool } checkSystem(){