Files
n_os_tr/lb-wrapper.sh
Laan Tungir 6e2164abe5 [WARNING] No existing semantic tags found. Starting from v0.0.0
v0.0.1 - Reorganize ISO build tree, add docs/plans/scripts, and stage Phase 2 Slice B+C service integration artifacts
2026-04-29 13:09:28 -04:00

5 lines
191 B
Bash
Executable File

#!/bin/bash
# Live-build wrapper — points at the vendored live-build repo
export LIVE_BUILD="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)/live-build"
exec "${LIVE_BUILD}/frontend/lb" "$@"