Skip to content

Instantly share code, notes, and snippets.

@egemenyildiz
Created July 6, 2015 14:54
Show Gist options
  • Save egemenyildiz/7f5f8ed5a5bf27bf9821 to your computer and use it in GitHub Desktop.
Save egemenyildiz/7f5f8ed5a5bf27bf9821 to your computer and use it in GitHub Desktop.
remove compiled python files
find . -name "*.pyc" -exec rm -rf {} \;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment