ocarina/src/clean.sh

5 lines
47 B
Bash
Raw Normal View History

2009-12-22 00:29:19 -05:00
#!/bin/bash
rm -r ./*/*.pyc
rm -r ./*/*/*.pyc