dotfiles/bin/pychecker.sh
2011-10-10 12:45:11 -04:00

4 lines
40 B
Bash
Executable File

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