#!/bin/bash # This file belongs to the framework. You are not expected to modify it. set -eu export DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )" source "$DIR/../versions" node_bin="$DIR/../../$nodejs_bin_dir/node" exec "$node_bin" "$@"