#!/usr/bin/env sh set -xe rm -f ./bin/cantedraw sbcl --non-interactive \ --load "./bob.lisp" \ --eval "(bob:build)"