summaryrefslogtreecommitdiff
path: root/hosts_file
diff options
context:
space:
mode:
authorPatrick Simianer <p@simianer.de>2015-03-06 22:31:48 +0100
committerPatrick Simianer <p@simianer.de>2015-03-06 22:31:48 +0100
commitc88c4981c6a63f782a59800ea5d369516fcfc66c (patch)
treeac9355c2e05fa77383b1627021e6763353814357 /hosts_file
parent43a2021ada643a8b979295c0ac3281f23d7e007d (diff)
hosts_file
Diffstat (limited to 'hosts_file')
-rwxr-xr-xhosts_file7
1 files changed, 7 insertions, 0 deletions
diff --git a/hosts_file b/hosts_file
new file mode 100755
index 0000000..2928319
--- /dev/null
+++ b/hosts_file
@@ -0,0 +1,7 @@
+#!/bin/zsh
+
+cd /tmp
+rm hosts
+wget http://someonewhocares.org/hosts/zero/hosts
+cat /etc/hosts.mine /tmp/hosts > /etc/hosts
+