#!/bin/sh
exec /d/wfs/gcl-2.0/unixport/saved_gcl \
   -dir /d/wfs/gcl-2.0/unixport/ \
   -libdir /d/wfs/gcl-2.0/ \
   -eval '(setq si::*allow-gzipped-file* t)' \
   -eval '(setq si::*tk-library* "/usr/local/lib/tk")' \
     "$@"
# other options: -load /tmp/foo.o -load jo.lsp -eval "(joe 3)"
