From 8385858d2a2ffdb670aa2847e021fc11abb5994f 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: Tue, 14 Mar 2023 12:18:28 +0000 Subject: [PATCH] Update CFwarp.sh --- CFwarp.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CFwarp.sh b/CFwarp.sh index f5b2859..dbf68c4 100644 --- a/CFwarp.sh +++ b/CFwarp.sh @@ -134,7 +134,8 @@ wget -qN https://gitlab.com/rwkgyg/CFwarp/raw/main/point/ip.txt wget -qN https://gitlab.com/rwkgyg/CFwarp/raw/main/point/$cpu && chmod +x $cpu mv $cpu ip.txt warpip/ cd /root/warpip -./$cpu >/dev/null 2>&1 +./$cpu >/dev/null 2>&1 & +wait cd fi endpoint=`sed -n '2p' /root/warpip/result.csv | awk -F ',' '{print $1}'`