hstr/tests/bin/clean-tests.sh

6 lines
39 B
Bash
Raw Normal View History

2014-04-17 17:44:43 +08:00
#!/bin/bash
cd .. && rm -vf _*
# eof