urchin/tests/Single-file test suites/teardown_dir
2016-02-28 18:43:27 +00:00

4 lines
55 B
Plaintext

if ls | grep '^[0-9]' > /dev/null; then
rm [0-9]*
fi