mirror of
https://github.com/MetaCubeX/meta-rules-dat.git
synced 2024-11-10 16:05:42 +08:00
fixed escaped path
This commit is contained in:
parent
ff3f769df0
commit
9afe926c99
@ -30,7 +30,7 @@ cd $GOPATH/src/$GEOSITE_REPO
|
|||||||
echo -e "${GREEN}>>> generating GFWList...${NC}"
|
echo -e "${GREEN}>>> generating GFWList...${NC}"
|
||||||
curl -sSL $getGFWLIST_SCRIPT \
|
curl -sSL $getGFWLIST_SCRIPT \
|
||||||
| bash -s -- -l -o ./data/gfwlist
|
| bash -s -- -l -o ./data/gfwlist
|
||||||
echo "include:gfwlist" >> ./data/geolocation-!cn
|
echo "include:gfwlist" >> ./data/geolocation-\!cn
|
||||||
echo -e "${GREEN}>>> Finished GFWList ${NC}"
|
echo -e "${GREEN}>>> Finished GFWList ${NC}"
|
||||||
|
|
||||||
echo -e "${GREEN}>>> generating Chinese domains list...${NC}"
|
echo -e "${GREEN}>>> generating Chinese domains list...${NC}"
|
||||||
@ -48,6 +48,10 @@ echo -e "${GREEN}>>> Finished geosite.dat ${NC}"
|
|||||||
echo ">>>>>>>>>>>>>>>>>>>>>>>>"
|
echo ">>>>>>>>>>>>>>>>>>>>>>>>"
|
||||||
ls -lah ./data
|
ls -lah ./data
|
||||||
echo ">>>>>>>>>>>>>>>>>>>>>>>>"
|
echo ">>>>>>>>>>>>>>>>>>>>>>>>"
|
||||||
|
tail -n 10 ./data/cn
|
||||||
|
echo ">>>>>>>>>>>>>>>>>>>>>>>>"
|
||||||
|
tail -n 10 ./data/geolocation-\!cn
|
||||||
|
echo ">>>>>>>>>>>>>>>>>>>>>>>>"
|
||||||
ls -lah $V2RAY_FOLDER
|
ls -lah $V2RAY_FOLDER
|
||||||
echo ">>>>>>>>>>>>>>>>>>>>>>>>"
|
echo ">>>>>>>>>>>>>>>>>>>>>>>>"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user