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