1
0
mirror of https://github.com/octoleo/hosts.git synced 2024-06-02 06:20:52 +00:00
This commit is contained in:
Amos Wenger 2011-11-15 14:06:53 -08:00
parent 608d654277
commit b1aff730b9

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