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

Xet Storage Details

Size:
1.11 kB
·
Xet hash:
be943140f8e17834c236d553e2aa030477f0c9e4bf5084ee82f4143b7ace1ae0

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