mirror of
https://github.com/Johnshall/Shadowrocket-ADBlock-Rules-Forever.git
synced 2025-12-17 07:18:33 +08:00
9 lines
94 B
Bash
Executable File
9 lines
94 B
Bash
Executable File
#!/bin/bash
|
|
|
|
Path=./factory
|
|
cd $Path
|
|
|
|
python3 ad.py
|
|
python3 gfwlist.py
|
|
python3 build_confs.py
|