summaryrefslogtreecommitdiffstats
path: root/retrieveAdBlocklists.sh
diff options
context:
space:
mode:
Diffstat (limited to 'retrieveAdBlocklists.sh')
-rwxr-xr-xretrieveAdBlocklists.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/retrieveAdBlocklists.sh b/retrieveAdBlocklists.sh
index a56c73e..480ee48 100755
--- a/retrieveAdBlocklists.sh
+++ b/retrieveAdBlocklists.sh
@@ -1,4 +1,4 @@
#!/bin/bash
while read p; do
- echo "$p" | awk '{split($0,a,"|"); system("wget -O adlists/"a[1] " " a[2])}'
+ echo "$p" | awk '{split($0,a,"|"); system("curl -s " a[2] " > adlists/"a[1])}'
done < adfilelist.txt