klonering/MATHEUS / browserslist
klonering's picture
download
raw
387 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/../browserslist/cli.js" "$@"
else
exec node "$basedir/../browserslist/cli.js" "$@"
fi

Xet Storage Details

Size:
387 Bytes
·
Xet hash:
501e7532edb4ee48fba1a07b0f80b693bc0eca33d5a5e2d59a7fca48578eb8d9

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