ocarina/src/clean.sh
2009-12-22 00:29:19 -05:00

5 lines
47 B
Bash

#!/bin/bash
rm -r ./*/*.pyc
rm -r ./*/*/*.pyc