This commit is contained in:
Amos Wenger 2011-11-15 14:06:53 -08:00
parent 608d654277
commit b1aff730b9
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
#!/bin/bash
# Idea and interface taken from https://github.com/macmade/host-manager
path="hosts"
path="/etc/hosts"
addusage="Usage: `basename $0` -add host address"
remusage="Usage: `basename $0` -remove host"
case "$1" in