Skip to content

Instantly share code, notes, and snippets.

@taross-f
Created January 7, 2019 05:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save taross-f/a742996d1d82fb1c2933e3a0ff910dec to your computer and use it in GitHub Desktop.
Save taross-f/a742996d1d82fb1c2933e3a0ff910dec to your computer and use it in GitHub Desktop.
rm_all.sh
find ./ -name "*.pyc" -exec rm {} \;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment