Skip to content

Instantly share code, notes, and snippets.

@tinogis
Created February 11, 2013 12:28
Show Gist options
  • Select an option

  • Save tinogis/4754167 to your computer and use it in GitHub Desktop.

Select an option

Save tinogis/4754167 to your computer and use it in GitHub Desktop.
PEP8 només dels fitxers modificats (git status)
#!/bin/bash
pep8 $(git status -s | grep '\.py$' | cut -c3-)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment