v0.0.1 - Reorganize ISO build tree, add docs/plans/scripts, and stage Phase 2 Slice B+C service integration artifacts
5 lines
191 B
Bash
Executable File
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" "$@"
|