--sysinit
filename--no-sysinit
--sysinit
option is ignored.
--userinit
filename--no-userinit
--userinit
option is ignored.
--eval
command--eval
option can be used, and all will be
read and executed, in the order they appear on the command line.
--load
filename--eval '(load "
filename")'
. The
special syntax is intended to reduce quoting headaches when invoking
SBCL from shell scripts.
--noprint
--noinform
runtime
option, this makes it easier to write Lisp "scripts" which work
cleanly in Unix pipelines.
--disable-debugger
--eval
and
--load
options. See sb-ext:disable-debugger
for details.
See Debugger Entry.
--script
filename--no-userinit
--no-sysinit
--disable-debugger
--end-toplevel-options
.
Causes the system to load the specified file instead of entering the read-eval-print-loop, and exit afterwards. If the file begins with a shebang line, it is ignored.