klonering/MATHEUS / cross-env-shell
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/../cross-env/src/bin/cross-env-shell.js" "$@"
else
exec node "$basedir/../cross-env/src/bin/cross-env-shell.js" "$@"
fi

Xet Storage Details

Size:
421 Bytes
·
Xet hash:
398e1b1793bf6d1a0fe8881af7652a2b13c75c4a24402105aac1405d7ca5c9eb

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