Skip to content

Instantly share code, notes, and snippets.

@rizumu
Created August 15, 2009 06:06
Show Gist options
  • Save rizumu/168283 to your computer and use it in GitHub Desktop.
Save rizumu/168283 to your computer and use it in GitHub Desktop.
#!/usr/bin/env bash
find . \( -name "*.pyc" -o -name "*.pyo" \) -exec rm -v {} \;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment