#!/usr/bin/env bash
# Shim so the bundled CLI can be invoked as `scripts/google-axi <command>`.
exec node "$(dirname "$0")/google-axi.mjs" "$@"
