removes the tmp directory
This commit is contained in:
parent
845b87fbba
commit
2926e4533d
|
@ -0,0 +1,7 @@
|
|||
#!/bin/sh
|
||||
|
||||
set -e
|
||||
|
||||
test -d "tmp" && {
|
||||
rm -Rf tmp
|
||||
}
|
Loading…
Reference in New Issue