go:
	./this-pylint --which-2 None --to-pylint bgrep
	pycodestyle --max-line-len 132 bgrep
	./bgrep dstromberg /etc/passwd
	./bgrep -A 5 -B 5 pattern test-input
	./bgrep -A 5 -B 5 pattern test-input2
	./bgrep -A 5 -B 5 pattern test-input3
	cat /etc/passwd | ./bgrep -l root -

install:
	./install-file --file bgrep --directory /usr/local/bin/.