From a6a54f237ed11653c838eac5dc07148441583a70 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=94=AC=E5=93=A5=E4=BE=83=E4=BE=83=E4=BE=83ygkkk?= Date: Mon, 24 Jul 2023 16:11:24 +0000 Subject: [PATCH] Update endip.sh --- point/endip.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/point/endip.sh b/point/endip.sh index 067d0cd..875f94c 100644 --- a/point/endip.sh +++ b/point/endip.sh @@ -190,7 +190,7 @@ chmod +x warpendpoint ./warpendpoint clear cat result.csv | awk -F, '$3!="timeout ms" {print} ' | sort -t, -nk2 -nk3 | uniq | head -11 | awk -F, '{print "端点 "$1" 丢包率 "$2" 平均延迟 "$3}' -rm -rf ip.txt warpendpoint +rm -rf ip.txt exit }