#!/usr/bin/env bash # Compatibility entrypoint for the accepted native test command. set -euo pipefail cd "$(dirname "${BASH_SOURCE[0]}")/.." exec scripts/goal-dev.sh "$@"