summaryrefslogtreecommitdiffstatshomepage
path: root/env
diff options
context:
space:
mode:
Diffstat (limited to 'env')
-rwxr-xr-xenv8
1 files changed, 8 insertions, 0 deletions
diff --git a/env b/env
new file mode 100755
index 0000000..b7edc9a
--- /dev/null
+++ b/env
@@ -0,0 +1,8 @@
+#!/bin/sh
+
+this_dir=$(cd $(dirname $0) && pwd)
+GUILE_LOAD_PATH=$this_dir/$pkg:$GUILE_LOAD_PATH
+
+export GUILE_LOAD_PATH
+
+exec "$@"