#!/bin/sh
exec "$(dirname "$0")/node" "$(dirname "$0")/../app/node_modules/npm/bin/npx-cli.js" "$@"
