aboutsummaryrefslogtreecommitdiff
path: root/examples/D10tmp
diff options
context:
space:
mode:
Diffstat (limited to 'examples/D10tmp')
-rw-r--r--examples/D10tmp2
1 files changed, 2 insertions, 0 deletions
diff --git a/examples/D10tmp b/examples/D10tmp
index e31faa7..6674ac8 100644
--- a/examples/D10tmp
+++ b/examples/D10tmp
@@ -1,4 +1,6 @@
#!/bin/bash
+# example file to be used with --hookdir
+#
#create $TMP and $TMPDIR
[ -n "$TMP" -a ! -d "$TMP" ] && mkdir -p "$TMP" || true
[ -n "$TMPDIR" -a ! -d "$TMPDIR" ] && mkdir -p "$TMPDIR" || true