diff options
author | Ben Sima <ben@bsima.me> | 2021-06-07 16:34:36 -0400 |
---|---|---|
committer | Ben Sima <ben@bsima.me> | 2021-11-26 13:47:35 -0500 |
commit | 0ff0a23c8c7425b0d56b95e318c2087e74cb6605 (patch) | |
tree | a5bfbaf70fa6a73c2e4b083cdefa5b2228153d98 /Biz/Bot.scm | |
parent | 310275abdc61130c8cc77f7827163f136d57b63f (diff) |
Get all scheme code compiling with Guile
Diffstat (limited to 'Biz/Bot.scm')
-rwxr-xr-x | Biz/Bot.scm | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/Biz/Bot.scm b/Biz/Bot.scm index c06c651..7fa5933 100755 --- a/Biz/Bot.scm +++ b/Biz/Bot.scm @@ -1,12 +1,9 @@ -#!/usr/bin/env sh -exec guile -l $BIZ_ROOT/Biz/Bot.scm -e '(@ (Biz Bot) main)' -s "$0" "$@" -!# - - +;; : out bizbot +;; ;; Usage with ii: ;; ;; tail -f \#biz/out | guile -L $BIZ_ROOT -s Biz/Bot.scm - +;; (define-module (Biz Bot) #:use-module (ice-9 rdelim) #:use-module (ice-9 match) |