#!/bin/sh
DIR="$(cd "$(dirname "$0")" && pwd)"
exec node "$DIR/../dist/cli.js" "$@"
