Skip to content

Instantly share code, notes, and snippets.

@antonioiksi
Created December 18, 2018 17:17
Show Gist options
  • Save antonioiksi/d7f63733b08b58c8607f801528cc0fb4 to your computer and use it in GitHub Desktop.
Save antonioiksi/d7f63733b08b58c8607f801528cc0fb4 to your computer and use it in GitHub Desktop.
ohoho
find . | grep -E "(__pycache__|\.pyc$)" | xargs rm -rf
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment