Files
2014-05-05 20:59:47 +02:00

4 lines
88 B
Bash
Executable File

#!/bin/bash
find . -name "*.pyc" -exec rm -f {} \;
#find . -name "*.pyc" -exec ls {} \;