pyCraft/bin/clean

6 lines
79 B
Plaintext
Raw Normal View History

#!/bin/bash
rm -v coverage.xml
rm -v MANIFEST
rm -v nosetests.xml
rm -rv build