Previous: Runtime Options, Up: Command Line Options
--sysinit filename"--sysinit /dev/null” can be used to achieve the same
effect.
--userinit filename--userinit
/dev/null” can be used to achieve the same effect.
--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.