diff options
author | Joris | 2023-12-27 18:21:37 +0100 |
---|---|---|
committer | Joris | 2023-12-27 18:21:37 +0100 |
commit | 98eca7d594960aa616786cbd491b937d50f55499 (patch) | |
tree | db63132d159d09bed2b0a6454c822c2ed95091c6 /bin/build | |
parent | 57da196f828352b009ca86dca98e352cf09663f3 (diff) |
First version with 2 songs
Diffstat (limited to 'bin/build')
-rwxr-xr-x | bin/build | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/bin/build b/bin/build new file mode 100755 index 0000000..3230144 --- /dev/null +++ b/bin/build @@ -0,0 +1,7 @@ +#!/usr/bin/env bash +set -euo pipefail +cd "$(dirname "$0")/.." + +echo "Building…" +sbcl --script src/main.lisp +echo "Done." |