kombu/contrib/release/removepyc.sh

4 lines
98 B
Bash
Raw Normal View History

2011-09-13 17:24:32 +00:00
#!/bin/bash
find "${1:-.}" -name "*.pyc" | xargs rm
find "${1:-.}" -name "*\$py.class" | xargs rm