go:
	./this-pylint \
		--which-2 /usr/bin/pylint \
		--which-3 /usr/bin/pylint3 \
		--to-pylint test-every-n-seconds every_n_seconds.py
	pep8 test-every-n-seconds every_n_seconds.py
	/usr/bin/python test-every-n-seconds
	/usr/bin/python3 test-every-n-seconds

clean:
	rm -rf *.pyc __pycache__