aboutsummaryrefslogtreecommitdiff
path: root/examples/D10tmp
blob: 6674ac843efbb2f3ae7e322f34ee1d6baed3c1eb (plain)
1
2
3
4
5
6
7
8
#!/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