Previous: Runtime Options, Up: Command Line Options
--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 '(sb-ext:disable-debugger)'.
See Debugger Entry.