BINDIR= /local/bin
all: nsh
	nsh help > README;
install: nsh
	rm -f ${BINDIR}/nsh;
	ln nsh ${BINDIR}/nsh;
