#!/bin/sh
SELF="$(readlink -f "$0" 2>/dev/null || realpath "$0" 2>/dev/null || echo "$0")"
exec node "$(dirname "$SELF")/../dist/cli.js" "$@"
