mirror of https://gitlab.com/rwkgyg/CFwarp.git
Update 661.sh
This commit is contained in:
parent
88881fdd0f
commit
cc0239e4d3
2
661.sh
2
661.sh
|
@ -129,6 +129,7 @@ stty $SAVEDSTTY
|
||||||
checkpt(){
|
checkpt(){
|
||||||
mkdir -p /root/warpip
|
mkdir -p /root/warpip
|
||||||
if [[ ! -f '/root/warpip/result.csv' ]]; then
|
if [[ ! -f '/root/warpip/result.csv' ]]; then
|
||||||
|
cpujg
|
||||||
v4v6
|
v4v6
|
||||||
if [[ -z $v4 ]]; then
|
if [[ -z $v4 ]]; then
|
||||||
#wget -qN https://gitlab.com/rwkgyg/CFwarp/raw/main/point/ip6.txt
|
#wget -qN https://gitlab.com/rwkgyg/CFwarp/raw/main/point/ip6.txt
|
||||||
|
@ -224,7 +225,6 @@ else
|
||||||
#wget -qN https://gitlab.com/rwkgyg/CFwarp/raw/main/point/ip.txt
|
#wget -qN https://gitlab.com/rwkgyg/CFwarp/raw/main/point/ip.txt
|
||||||
fi
|
fi
|
||||||
echo ${temp[@]} | sed -e 's/ /\n/g' | sort -u>/root/warpip/ip.txt
|
echo ${temp[@]} | sed -e 's/ /\n/g' | sort -u>/root/warpip/ip.txt
|
||||||
cpujg
|
|
||||||
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/
|
||||||
mv /root/$cpu /root/warpip/
|
mv /root/$cpu /root/warpip/
|
||||||
|
|
Loading…
Reference in New Issue