evalstate's picture
download
raw
1.12 kB
#!/bin/sh
basedir=$(dirname "$(echo "$0" | sed -e 's,\\,/,g')")
case `uname` in
*CYGWIN*|*MINGW*|*MSYS*)
if command -v cygpath > /dev/null 2>&1; then
basedir=`cygpath -w "$basedir"`
fi
;;
esac
if [ -z "$NODE_PATH" ]; then
export NODE_PATH="/sandbox/bucket/hf-mcp-server/node_modules/.pnpm/why-is-node-running@2.3.0/node_modules/why-is-node-running/node_modules:/sandbox/bucket/hf-mcp-server/node_modules/.pnpm/why-is-node-running@2.3.0/node_modules:/sandbox/bucket/hf-mcp-server/node_modules/.pnpm/node_modules"
else
export NODE_PATH="/sandbox/bucket/hf-mcp-server/node_modules/.pnpm/why-is-node-running@2.3.0/node_modules/why-is-node-running/node_modules:/sandbox/bucket/hf-mcp-server/node_modules/.pnpm/why-is-node-running@2.3.0/node_modules:/sandbox/bucket/hf-mcp-server/node_modules/.pnpm/node_modules:$NODE_PATH"
fi
if [ -x "$basedir/node" ]; then
exec "$basedir/node" "$basedir/../why-is-node-running/cli.js" "$@"
else
exec node "$basedir/../why-is-node-running/cli.js" "$@"
fi
# cmd-shim-target=/sandbox/bucket/hf-mcp-server/node_modules/why-is-node-running/cli.js

Xet Storage Details

Size:
1.12 kB
·
Xet hash:
e5efb60295de278d757b8da378ac6a5ff997658d2cff4515b35f1789f2051ac8

Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.