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