RetrieveAdBlocklists/retrieveAdBlocklists.sh

5 lines
134 B
Bash
Raw Normal View History

#!/bin/bash
2019-03-16 13:20:01 +01:00
rm -rf adlists/*
awk -F'|' '{system("wget -q -O adlists/" $1 " " $2)}' adfilelist.txt
perl -pi -e 's/\r\n/\n/g' adlists/*