Skip to content

Instantly share code, notes, and snippets.

@mikhdm
Created June 17, 2020 12:10
Show Gist options
  • Save mikhdm/51b2df01d70001373a57241fa19ccea9 to your computer and use it in GitHub Desktop.
Save mikhdm/51b2df01d70001373a57241fa19ccea9 to your computer and use it in GitHub Desktop.
Python object and cache file cleaner
#!/bin/bash
find . -regex '^.*\(__pycache__\|\.py[co]\)$' -delete
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment