Files
Charon/backend/tools/build.sh
2026-03-04 18:34:49 +00:00

6 lines
148 B
Bash
Executable File

#!/usr/bin/env bash
set -euo pipefail
# Run the top-level build script from the repository root.
cd "$(dirname "$0")/.."
exec ./tools/build.sh "$@"