summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xretrieveAdBlocklists.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/retrieveAdBlocklists.sh b/retrieveAdBlocklists.sh
index 38643c0..798c227 100755
--- a/retrieveAdBlocklists.sh
+++ b/retrieveAdBlocklists.sh
@@ -1,3 +1,4 @@
#!/bin/bash
rm -rf adlists/*
awk -F'|' '{system("wget -q -O adlists/" $1 " " $2)}' adfilelist.txt
+perl -pi -e 's/\r\n/\n/g' adlists/*