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