first commit

This commit is contained in:
root
2022-06-05 19:24:40 +00:00
commit de64089a94
5 changed files with 725095 additions and 0 deletions

15
script.sh Executable file
View File

@ -0,0 +1,15 @@
#!/bin/bash
cd /home/adguard-filter-list
# Create compiled blocklist
time /usr/local/bin/hostlist-compiler -v -c hostlist-compiler-config.json -o blocklist
# Date and time
currentDate=`/bin/date '+%Y-%m-%d'`
currentTime=`/bin/date '+%H:%M:%S'`
# Push it to GitHub
#git add *
#git commit -m "Blocklist update ${currentDate} ${currentTime}"
#git push