go:
	ln -sf just-one just_one.py
	./this-pylint --which-2 None --to-pylint test-just-one just-one
	rm -f ~/.just-one/sleep
	./just-one --command 'sleep 1' --string sleep
	./test-just-one

install:
	sudo cp just-one /usr/local/bin/.
	cd /usr/local/lib && sudo ln -sf ../bin/just-one just_one.py

clean:
	rm -f just_one.py *.pyc
	rm -rf __pycache__