mirror of
https://github.com/privacy-protection-tools/anti-AD.git
synced 2025-01-23 06:49:25 +08:00
13 lines
255 B
Bash
Executable File
13 lines
255 B
Bash
Executable File
#!/bin/bash
|
|
|
|
source /etc/profile
|
|
|
|
cd $(cd "$(dirname "$0")";pwd)
|
|
|
|
php make-addr.php
|
|
echo
|
|
cp ../anti-ad-easylist.txt ../anti-ad-adguard.txt
|
|
php ./tools/adguard-extend.php ../anti-ad-adguard.txt
|
|
echo
|
|
php ./tools/easylist-extend.php ../anti-ad-easylist.txt
|