#!/bin/bash
PLUGIN_DIR="$(cd "$(dirname "$0")/.." && pwd)"
exec node "$PLUGIN_DIR/cli.mjs" "$@"
