From c88c4981c6a63f782a59800ea5d369516fcfc66c Mon Sep 17 00:00:00 2001 From: Patrick Simianer
Date: Fri, 6 Mar 2015 22:31:48 +0100 Subject: hosts_file --- hosts_file | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100755 hosts_file (limited to 'hosts_file') 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 + -- cgit v1.2.3