mirror of https://gitlab.com/rwkgyg/CFwarp.git
Update CFwarp.sh
This commit is contained in:
parent
3ab4399782
commit
0c71eeb647
|
@ -127,9 +127,9 @@ stty $SAVEDSTTY
|
||||||
|
|
||||||
point(){
|
point(){
|
||||||
checkpt(){
|
checkpt(){
|
||||||
if [[ ! -f '/root/warpip/result.csv' 2>/dev/null ]]; then
|
mkdir -p /root/warpip
|
||||||
|
if [[ ! -f '/root/warpip/result.csv' ]]; then
|
||||||
cpujg
|
cpujg
|
||||||
mkdir -p /root/warpip
|
|
||||||
wget -qN https://gitlab.com/rwkgyg/CFwarp/raw/main/point/ip.txt
|
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
|
wget -qN https://gitlab.com/rwkgyg/CFwarp/raw/main/point/$cpu && chmod +x $cpu
|
||||||
mv $cpu ip.txt warpip/
|
mv $cpu ip.txt warpip/
|
||||||
|
|
Loading…
Reference in New Issue