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