diff options
| author | Chloe M <chloe@faracom.org> | 2026-08-19 21:55:51 -0500 |
|---|---|---|
| committer | Chloe M <chloe@faracom.org> | 2026-08-19 21:55:51 -0500 |
| commit | 278681dece47b018f190aa634cc7e5ae467c514a (patch) | |
| tree | bce0faa9ba23653675941d7d6cf7e97bdc368628 /build.sh | |
| parent | 6a65f0c024c56caa0a9f81db42f4881be6838f1d (diff) | |
build: Add top-level build script
Signed-off-by: Chloe M <chloe@faracom.org>
Diffstat (limited to 'build.sh')
| -rwxr-xr-x | build.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/build.sh b/build.sh new file mode 100755 index 0000000..2fc09b5 --- /dev/null +++ b/build.sh @@ -0,0 +1,4 @@ +#!/bin/bash + +BUILD_DIRS=packer +BOP_BUILD=$BUILD_DIRS bop build |
