klonering/MATHEUS / baseline-browser-mapping
klonering's picture
download
raw
421 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/../baseline-browser-mapping/dist/cli.js" "$@"
else
exec node "$basedir/../baseline-browser-mapping/dist/cli.js" "$@"
fi

Xet Storage Details

Size:
421 Bytes
·
Xet hash:
17f4caae34ca7cda6162e923fb116df5600f2532b133c62514e46f6a63f01f64

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