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