klonering's picture
download
raw
393 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/../js-yaml/bin/js-yaml.js" "$@"
else
exec node "$basedir/../js-yaml/bin/js-yaml.js" "$@"
fi

Xet Storage Details

Size:
393 Bytes
·
Xet hash:
53f0840496bd829539f0bfbe58055566a06d9ac03cf29a49fc0be2c9c12179b9

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