dotfiles/home/bin/pychecker.sh
2013-08-20 23:52:37 -04:00

4 lines
40 B
Bash
Executable File

#!/bin/zsh
pyflakes $1
pep8 --repeat $1