wrapper script

This commit is contained in:
Dan 2008-05-07 18:36:59 -07:00
parent b815623214
commit e866bc91f1
1 changed files with 3 additions and 0 deletions

3
gobot.sh Executable file
View File

@ -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))"