Files
beast/python/clean-python.py
T

6 lines
110 B
Python
Raw Normal View History

2014-04-09 15:33:34 -04:00
#!/bin/bash
# Remove all the compiled .pyc files at or below this directory.
find . -name \*.pyc | xargs rm