kombu/contrib/release/removepyc.sh
2011-09-13 18:24:32 +01:00

4 lines
98 B
Bash
Executable File

#!/bin/bash
find "${1:-.}" -name "*.pyc" | xargs rm
find "${1:-.}" -name "*\$py.class" | xargs rm