This repository has been archived on 2025-11-10. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
cantedraw/build

6 lines
80 B
Bash
Executable File

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