dotfiles/bin/pychecker.sh
James Walker 18f00d485a pychecker (for flymake, specifically)
modify install.rb to special case ~/bin
2011-04-19 17:58:48 -04:00

4 lines
41 B
Bash
Executable File

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