From 0ff0a23c8c7425b0d56b95e318c2087e74cb6605 Mon Sep 17 00:00:00 2001 From: Ben Sima Date: Mon, 7 Jun 2021 16:34:36 -0400 Subject: Get all scheme code compiling with Guile --- Biz/Bot.scm | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) (limited to 'Biz/Bot.scm') 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) -- cgit v1.2.3