go:
	shellcheck reset-*

install:
	for f in reset-*; do ./install-file --file "$$f" --directory /usr/local/bin/.; done