hstr/tests/bin/clean-tests.sh
2014-04-17 11:44:43 +02:00

5 lines
39 B
Bash
Executable file

#!/bin/bash
cd .. && rm -vf _*
# eof