mirror of
https://github.com/ammaraskar/pyCraft.git
synced 2024-11-16 07:15:24 +01:00
6 lines
79 B
Plaintext
6 lines
79 B
Plaintext
|
#!/bin/bash
|
||
|
|
||
|
rm -v coverage.xml
|
||
|
rm -v MANIFEST
|
||
|
rm -v nosetests.xml
|
||
|
rm -rv build
|