chiark / gitweb /
add mkemptydir
authorColin Watson <cjwatson@chiark.greenend.org.uk>
Tue, 3 Apr 2007 16:24:40 +0000 (16:24 +0000)
committerColin Watson <cjwatson@chiark.greenend.org.uk>
Tue, 3 Apr 2007 16:24:40 +0000 (16:24 +0000)
mkemptydir [new file with mode: 0755]

diff --git a/mkemptydir b/mkemptydir
new file mode 100755 (executable)
index 0000000..2faaafe
--- /dev/null
@@ -0,0 +1,3 @@
+#! /bin/sh
+rm -rf "$1"
+mkdir -p "$1"