summaryrefslogtreecommitdiff
path: root/hosts_file
blob: 29283199d55cc212496957e4197f2ee6a72269e4 (plain)
1
2
3
4
5
6
7
#!/bin/zsh

cd /tmp
rm hosts
wget http://someonewhocares.org/hosts/zero/hosts
cat /etc/hosts.mine /tmp/hosts > /etc/hosts