Skip to content

Instantly share code, notes, and snippets.

@kristofferh
Last active May 25, 2017 19:09
Show Gist options
  • Save kristofferh/79c3ccca73070f90b6bd15ee262d0c35 to your computer and use it in GitHub Desktop.
Save kristofferh/79c3ccca73070f90b6bd15ee262d0c35 to your computer and use it in GitHub Desktop.
remove python compiled code

find . -name '*.pyc' | xargs rm

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment