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