Update endip.sh

This commit is contained in:
甬哥侃侃侃ygkkk 2023-03-27 00:38:01 +00:00
parent 7ffa14e183
commit d2e817fc62
1 changed files with 1 additions and 1 deletions

View File

@ -168,7 +168,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
rm -rf ip.txt warpendpoint
exit
}