forked from StevenBlack/hosts
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmakeHosts
More file actions
executable file
·14 lines (12 loc) · 751 Bytes
/
makeHosts
File metadata and controls
executable file
·14 lines (12 loc) · 751 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/bin/sh
# These create various alternate hosts files by combining and adding the gambling, porn, and social media extensions.
python3 updateHostsFile.py -a -z -o alternates/gambling -e gambling
python3 updateHostsFile.py -a -z -n -o alternates/porn -e porn
python3 updateHostsFile.py -a -z -n -o alternates/social -e social
python3 updateHostsFile.py -a -z -n -o alternates/gambling-porn -e gambling porn
python3 updateHostsFile.py -a -z -n -o alternates/gambling-social -e gambling social
python3 updateHostsFile.py -a -z -n -o alternates/porn-social -e porn social
python3 updateHostsFile.py -a -z -n -o alternates/gambling-porn-social -e gambling porn social
python3 updateHostsFile.py -a -z -n
# Update the readmes.
python3 updateReadme.py