Update truth-table-web-wrapper
This commit is contained in:
parent
6171d18d8a
commit
85fbd9e5cd
@ -1,7 +1,9 @@
|
||||
#!/bin/sh
|
||||
|
||||
SBCL=${SBCL:-sbcl}
|
||||
|
||||
# Use Quicklisp instead of ASDF to silence the output
|
||||
exec sbcl --noinform \
|
||||
--eval '(format *error-output* "Loading systems...~%")' \
|
||||
--eval '(ql:quickload :truth-table/web :silent t)' \
|
||||
--eval '(truth-table/web:toplevel)' "${@}"
|
||||
exec ${SBCL} --noinform \
|
||||
--eval '(format *error-output* "Loading systems...~%")' \
|
||||
--eval '(ql:quickload :truth-table/web :silent t)' \
|
||||
--eval '(truth-table/web:toplevel)' "${@}"
|
||||
|
Loading…
Reference in New Issue
Block a user