UNPKG

hosts.sh

Version:

A command line tool for managing hosts file entries.

11 lines (8 loc) 176 B
BIN ?= hosts PREFIX ?= /usr/local install: install $(BIN) $(PREFIX)/bin ./$(BIN) completions install uninstall: rm -f $(PREFIX)/bin/$(BIN) ./$(BIN) completions uninstall