Files
diachron/framework/shims/node
2026-01-01 14:10:57 -06:00

15 lines
291 B
Bash
Executable File

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