klonering's picture
download
raw
381 Bytes
#!/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 [ -x "$basedir/node" ]; then
exec "$basedir/node" "$basedir/../json5/lib/cli.js" "$@"
else
exec node "$basedir/../json5/lib/cli.js" "$@"
fi

Xet Storage Details

Size:
381 Bytes
·
Xet hash:
0aadc04832d2018f132d9d93ca9e67a6c13aefbf1aa7a7e6b554e060b08be138

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