Skip to content

Instantly share code, notes, and snippets.

@dolph
Last active December 17, 2015 02:09
Show Gist options
  • Save dolph/5533948 to your computer and use it in GitHub Desktop.
Save dolph/5533948 to your computer and use it in GitHub Desktop.
Recursively removes python bytecode files from the current working directory.
#!/bin/bash
find . -name "*.pyc" -delete
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment