#!/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" "$@"