dotfiles/bin/pychecker.sh

4 lines
40 B
Bash
Raw Normal View History

2011-10-10 12:45:11 -04:00
#!/bin/zsh
pyflakes $1
pep8 --repeat $1