~osomon/phatch/extract-all-metadata

1
2
#!/bin/bash
for f in `grep -l -r -i PEP8 ../phatch`; do python pep8.py $f; done