summaryrefslogtreecommitdiff
path: root/using-these
diff options
context:
space:
mode:
Diffstat (limited to 'using-these')
-rwxr-xr-xusing-these8
1 files changed, 8 insertions, 0 deletions
diff --git a/using-these b/using-these
new file mode 100755
index 0000000..0bcb4b1
--- /dev/null
+++ b/using-these
@@ -0,0 +1,8 @@
+#!/bin/bash
+set -e
+d="${0%/*}"
+PERLLIB=$d${PERLLIB:+:}${PERLLIB}
+export PERLLIB
+PATH=$d:$d/infra${PATH:+:}${PATH}
+export PATH
+exec "$@"