Make web server

This commit is contained in:
2024-09-05 14:46:05 -07:00
parent 9e35fed164
commit c6cadc3123
11 changed files with 525 additions and 142 deletions

5
truth-table-web-wrapper Executable file
View File

@ -0,0 +1,5 @@
#!/bin/sh
exec sbcl --noinform \
--eval '(asdf:load-system :truth-table/web)' \
--eval '(truth-table/web:toplevel)' "${@}"