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