Files
Charon/backend/tools/build.sh
2026-01-26 19:22:05 +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 "$@"