ocarina/src/clean.sh

7 lines
83 B
Bash

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