Exheredludis/ruby/choice_TEST_cleanup.sh
2008-10-24 09:32:40 +01:00

10 lines
132 B
Bash
Executable File

#!/usr/bin/env bash
# vim: set ft=sh sw=4 sts=4 et :
if [ -d choice_TEST_dir ] ; then
rm -fr choice_TEST_dir
else
true
fi