#!/bin/sh
set -eu

exec "${SBCL:-sbcl}" --noinform --no-userinit --disable-debugger \
  --script "$(dirname "$0")/check.lisp"
