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