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