summaryrefslogtreecommitdiff
path: root/Biz/Bot.scm
diff options
context:
space:
mode:
Diffstat (limited to 'Biz/Bot.scm')
-rwxr-xr-xBiz/Bot.scm9
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)