pyCraft/bin/clean

6 lines
79 B
Bash
Executable File

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