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