pegrep-cl/build-sbcl.sh
2024-09-22 12:32:04 -05:00

10 lines
404 B
Bash
Executable file

#!/bin/sh
# The dumped binary calls SERVER-CONFIG2:LAUNCH-SERVICE which
# processes the configuration file, startup options and allows the
# user to choose which service to start.
sbcl --non-interactive --disable-debugger \
--load ./pegrep.asd \
--eval '(asdf:load-system :pegrep)'\
--eval "(sb-ext:save-lisp-and-die \"pegrep\" :toplevel #'pegrep:entry :executable t :compression t)"