c8cfaf5
1
2
3
4
5
6
#!/usr/bin/env sh set -eu SCRIPT_DIR="$(CDPATH= cd -- "$(dirname -- "$0")" && pwd)" node "$SCRIPT_DIR/bootstrap-env.js" "$@"