mirror of https://gitlab.com/rwkgyg/CFwarp.git
Update endip.sh
This commit is contained in:
parent
7ffa14e183
commit
d2e817fc62
|
@ -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
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue