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

Xet Storage Details

Size:
389 Bytes
·
Xet hash:
7ff1700e7d3577e9394dda8df62a6a2da9ab91d4fb0515283d96471668a172ff

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