UNPKG
hosts.sh
Version:
latest (3.6.5)
3.6.5
3.6.4
3.6.3
3.6.2
3.6.1
3.6.0
3.5.1
3.5.0
3.4.3
3.4.2
3.4.1
3.4.0
3.3.3
3.3.2
3.3.1
3.3.0
3.2.5
3.2.4
3.2.3
3.2.2
3.2.1
3.2.0
A command line tool for managing hosts file entries.
github.com/xwmx/hosts
xwmx/hosts
hosts.sh
/
Makefile
11 lines
(8 loc)
•
176 B
Plain Text
View Raw
1
2
3
4
5
6
7
8
9
10
11
BIN ?= hosts PREFIX ?= /usr/local
install:
install
$(BIN)
$(PREFIX)
/bin ./
$(BIN)
completions install
uninstall:
rm -f
$(PREFIX)
/bin/
$(BIN)
./
$(BIN)
completions uninstall