evalstate's picture
download
raw
1.02 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/which@2.0.2/node_modules/which/node_modules:/sandbox/bucket/hf-mcp-server/node_modules/.pnpm/which@2.0.2/node_modules:/sandbox/bucket/hf-mcp-server/node_modules/.pnpm/node_modules"
else
export NODE_PATH="/sandbox/bucket/hf-mcp-server/node_modules/.pnpm/which@2.0.2/node_modules/which/node_modules:/sandbox/bucket/hf-mcp-server/node_modules/.pnpm/which@2.0.2/node_modules:/sandbox/bucket/hf-mcp-server/node_modules/.pnpm/node_modules:$NODE_PATH"
fi
if [ -x "$basedir/node" ]; then
exec "$basedir/node" "$basedir/../which/bin/node-which" "$@"
else
exec node "$basedir/../which/bin/node-which" "$@"
fi
# cmd-shim-target=/sandbox/bucket/hf-mcp-server/node_modules/which/bin/node-which

Xet Storage Details

Size:
1.02 kB
·
Xet hash:
b1055f1df1845a8f03ce113c8fe68f80910b8a8acc1d2c8c16d0f6d5f778f3d7

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