go:
	bash -n vncclient
	bash -n VNC

install:
	# Was doing tigervnc, but their mailing list went less than communication after making a big change to how the server is
	# started.
	./inst-packs
	mkdir -p ~/.vnc ~/bin
	cp xstartup ~/.vnc/.
	cp vncclient ~/bin/.
	cp VNC ~/bin/.