Skip to content

Instantly share code, notes, and snippets.

@evantbyrne
Created October 3, 2014 20:00
Show Gist options
  • Save evantbyrne/02c3a82d44225141336b to your computer and use it in GitHub Desktop.
Save evantbyrne/02c3a82d44225141336b to your computer and use it in GitHub Desktop.
Delete all .pyc files in project
find . -name '*.pyc' -delete
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment