#!/usr/bin/env sh set -e SCRIPT_DIR="$(CDPATH= cd -- "$(dirname -- "$0")" && pwd)" exec node "$SCRIPT_DIR/dist/index.js" "$@"