diff --git a/hall.scm b/hall.scm index e3a8fd5..30631c9 100644 --- a/hall.scm +++ b/hall.scm @@ -19,7 +19,8 @@ (programs ((directory "scripts" - ((text-file "launch-dev-shell"))))) + ((text-file "launch-dev-shell") + (text-file "guile-repl"))))) (documentation ((directory "doc" ((texi-file "guile-docs"))) (text-file "COPYING") diff --git a/scripts/guile-repl b/scripts/guile-repl new file mode 100755 index 0000000..ffcf5b6 --- /dev/null +++ b/scripts/guile-repl @@ -0,0 +1,3 @@ +#!/bin/sh + +guile --listen -L . \ No newline at end of file