add auto_build.sh

This commit is contained in:
HZY
2018-08-03 22:35:24 +08:00
parent 8b39537cc2
commit 904659963b

17
factory/auto_build.sh Normal file
View File

@@ -0,0 +1,17 @@
#!/bin/bash
Path=/root/Shadowrocket-ADBlock-Rules
cd $Path
git fetch --all
git reset --hard origin/master
cd factory
python3 ad.py
python3 gfwlist.py
python3 build_confs.py
cd ..
git add .
git commit -m "Nightly build" -m "已合并最新的去广告规则及 GFWList"
git push