diff options
Diffstat (limited to 'hosts_file')
-rwxr-xr-x | hosts_file | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/hosts_file b/hosts_file deleted file mode 100755 index 2928319..0000000 --- a/hosts_file +++ /dev/null @@ -1,7 +0,0 @@ -#!/bin/zsh - -cd /tmp -rm hosts -wget http://someonewhocares.org/hosts/zero/hosts -cat /etc/hosts.mine /tmp/hosts > /etc/hosts - |