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/../jiti/bin/jiti.js" "$@"
else
exec node "$basedir/../jiti/bin/jiti.js" "$@"
fi

Xet Storage Details

Size:
381 Bytes
·
Xet hash:
983b879b5d024d36be4c8e4e382b0a099b6d90d803d80e52fb1724f1874f4daf

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