kde-extraapps/kdeplasma-addons/applets/lancelot/tools/puck/clean.sh
2015-01-15 17:07:43 +00:00

2 lines
58 B
Bash
Executable file

#!/bin/bash
for f in `find -name '*.pyc'`; do rm $f; done