aboutsummaryrefslogtreecommitdiff
path: root/production-main
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2020-08-18 20:44:25 +0200
committerHugo Hörnquist <hugo@lysator.liu.se>2020-08-18 20:44:25 +0200
commit0f66dcc489843886d0e092126b8c47fc20a27b54 (patch)
tree577dae0fcaf3635889e0bdb46c199e811e3f6253 /production-main
parentMade --port also option. (diff)
downloadcalp-0f66dcc489843886d0e092126b8c47fc20a27b54.tar.gz
calp-0f66dcc489843886d0e092126b8c47fc20a27b54.tar.xz
Move towards release.
Diffstat (limited to 'production-main')
-rw-r--r--production-main2
1 files changed, 2 insertions, 0 deletions
diff --git a/production-main b/production-main
new file mode 100644
index 00000000..44db76e5
--- /dev/null
+++ b/production-main
@@ -0,0 +1,2 @@
+#!/bin/bash
+exec $(which guile) -c '((@ (calp main) main) (command-line))' "$@"