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