aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2020-04-03 22:03:22 +0200
committerHugo Hörnquist <hugo@lysator.liu.se>2020-04-03 22:03:22 +0200
commit53865204ada7973e0e8f593594f431310a3f9f26 (patch)
tree809b9c36999c62d95fcee87a94da3fefdf23c6b7
parentAdd string tilecase to some date outputs. (diff)
downloadcalp-53865204ada7973e0e8f593594f431310a3f9f26.tar.gz
calp-53865204ada7973e0e8f593594f431310a3f9f26.tar.xz
Enable REPL server in main.
-rwxr-xr-xmodule/main.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/module/main.scm b/module/main.scm
index 4b47025a..c34c41b2 100755
--- a/module/main.scm
+++ b/module/main.scm
@@ -3,7 +3,7 @@
. $(dirname $(dirname $(realpath $0)))/env
-exec guile -e main -s $0 "$@"
+exec guile --listen -e main -s $0 "$@"
!#
(use-modules (srfi srfi-1)