Skip to content

Instantly share code, notes, and snippets.

@LuanComputacao
Created November 24, 2016 13:32
Show Gist options
  • Save LuanComputacao/580fec6f0bdb9165f6094677b7ac8f2c to your computer and use it in GitHub Desktop.
Save LuanComputacao/580fec6f0bdb9165f6094677b7ac8f2c to your computer and use it in GitHub Desktop.
for PYFILE in $(find . -name '*.py'); do pep8 $PYFILE --count >> pep8.log; done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment