mirror of https://github.com/celery/kombu.git
4 lines
98 B
Bash
4 lines
98 B
Bash
|
#!/bin/bash
|
||
|
find "${1:-.}" -name "*.pyc" | xargs rm
|
||
|
find "${1:-.}" -name "*\$py.class" | xargs rm
|