Added build script for terminal use

This commit is contained in:
2025-02-11 00:41:22 +00:00
parent bd3a17d678
commit 802c47bb9f

5
build Executable file
View File

@@ -0,0 +1,5 @@
#!/usr/bin/env sh
set -xe
sbcl --load "./bob.lisp" \
--eval "(bob:build)"