Skip to content

Instantly share code, notes, and snippets.

View cdbattags's full-sized avatar
🔥
hustlin'

Christian Battaglia cdbattags

🔥
hustlin'
View GitHub Profile
@cdbattags
cdbattags / getBlockLists.sh
Created September 21, 2016 01:34 — forked from johntyree/getBlockLists.sh
Make one large blocklist from the bluetack lists on iblocklist.com
#!/usr/bin/env sh
# Download lists, unpack and filter, write to stdout
curl -s https://www.iblocklist.com/lists.php \
| sed -n "s/.*value='\(http:.*=bt_.*\)'.*/\1/p" \
| xargs wget -O - \
| gunzip \
| egrep -v '^#'