aboutsummaryrefslogtreecommitdiff
path: root/main
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2020-04-30 12:56:05 +0200
committerHugo Hörnquist <hugo@lysator.liu.se>2020-04-30 12:56:05 +0200
commit7968d3b30a4da523ffaa2fbd23120921084bf54b (patch)
treeed094ea6206f9835d597bbbcae91959c2e2775c1 /main
parentHandle TZ-rule with minimum start. (diff)
downloadcalp-7968d3b30a4da523ffaa2fbd23120921084bf54b.tar.gz
calp-7968d3b30a4da523ffaa2fbd23120921084bf54b.tar.xz
Move environment setup to standalone sh file.
Diffstat (limited to 'main')
-rwxr-xr-xmain6
1 files changed, 6 insertions, 0 deletions
diff --git a/main b/main
new file mode 100755
index 00000000..2d3e7e4a
--- /dev/null
+++ b/main
@@ -0,0 +1,6 @@
+#!/bin/bash
+
+here=$(dirname $(realpath $0))
+. $here/env
+
+exec guile -e main -s $here/module/main.scm "$@"