aboutsummaryrefslogtreecommitdiff
path: root/main
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2020-05-01 13:10:19 +0200
committerHugo Hörnquist <hugo@lysator.liu.se>2020-05-01 13:10:19 +0200
commitb0f51a25df76316c1cd6aa8ea97d3eb213c72cb3 (patch)
treef3efafe4bb0a80075d4bc2915a6d25586b6a28ea /main
parentNote in README about TippedJS. (diff)
parentMerge branch 'app'. (diff)
downloadcalp-b0f51a25df76316c1cd6aa8ea97d3eb213c72cb3.tar.gz
calp-b0f51a25df76316c1cd6aa8ea97d3eb213c72cb3.tar.xz
Merge branch 'master' into tooltip
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 "$@"