#!/bin/sh
set -eu

PLUGIN_BIN_DIR=$(CDPATH= cd -- "$(dirname -- "$0")" && pwd)
exec node "$PLUGIN_BIN_DIR/../dist/standalone-cli.js" "$@"
