chiark / gitweb /
using-these: New script to help with ad-hoc testing
[dgit.git] / using-these
diff --git a/using-these b/using-these
new file mode 100755 (executable)
index 0000000..0bcb4b1
--- /dev/null
@@ -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 "$@"