#!/bin/sh

exec sbcl --noinform \
          --eval '(asdf:load-system :truth-table/web)' \
          --eval '(truth-table/web:toplevel)' "${@}"
