scripts/build.sh @ cfc55aea8bee

Initial commit
author Steve Losh <steve@stevelosh.com>
date Sun, 18 Apr 2021 13:25:26 -0400
parents (none)
children ae5d604f978f
#!/usr/bin/env bash

set -euo pipefail

/usr/local/bin/sbcl \
    --eval '(ql:quickload :dark)' \
    --eval '(dark:build)' \
    --disable-debugger --noinform