summaryrefslogtreecommitdiffstats
path: root/retrieveAdBlocklists.sh
blob: 480ee48de8b8a88522e54f8cb458056bc646c139 (plain)
1
2
3
4
#!/bin/bash
while read p; do
  echo "$p" | awk '{split($0,a,"|"); system("curl -s " a[2] " > adlists/"a[1])}'
done < adfilelist.txt