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

5 lines
68 B
Plaintext

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