Fix some bugs with the web server

This commit is contained in:
2024-09-16 03:25:36 -07:00
parent 53388e6d56
commit f9091ad7c1
2 changed files with 5 additions and 4 deletions

View File

@ -6,4 +6,4 @@ SBCL=${SBCL:-sbcl}
exec ${SBCL} --noinform \
--eval '(format *error-output* "Loading systems...~%")' \
--eval '(ql:quickload :truth-table/web :silent t)' \
--eval '(truth-table/web:toplevel)' "${@}"
--eval '(truth-table/web:toplevel)' - "${@}"