6 lines
80 B
Bash
Executable File
6 lines
80 B
Bash
Executable File
#!/usr/bin/env sh
|
|
|
|
set -xe
|
|
sbcl --load "./bob.lisp" \
|
|
--eval "(bob:build)"
|