#!/bin/sh # $Id: shell-sbcl,v 1.3 2006/07/15 22:59:08 mca1001 Exp $ exec /usr/bin/sbcl --noinform --load $0.lisp --end-toplevel-options ${1+"$@"} # ...execution continues in the nearby shell-sbcl.lisp # *posix-argv* will contain: # # first arg to exec: used to define +lisp-exe-path+ # # that script which named us in the shebang line, unless we're # called directly # # anything else passed to the script