From e866bc91f1aeeca77f9ffba4f0a2b115eb3faa50 Mon Sep 17 00:00:00 2001 From: Dan Date: Wed, 7 May 2008 18:36:59 -0700 Subject: [PATCH] wrapper script --- gobot.sh | 3 +++ 1 file changed, 3 insertions(+) create mode 100755 gobot.sh diff --git a/gobot.sh b/gobot.sh new file mode 100755 index 0000000..a0ab6d3 --- /dev/null +++ b/gobot.sh @@ -0,0 +1,3 @@ +#!/bin/sh + +/usr/bin/sbcl --noinform --load /home/dan/src/my/gobot/env.lisp --eval "(progn (gtp-handler:gtp-net-client \"$1\" $2) (quit))"