2013-03-25 09:18:29 -04:00

8 lines
53 B
Bash
Executable File

#!/bin/sh
set -e
test -d "tmp" && {
rm -Rf tmp
}