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

Xet Storage Details

Size:
391 Bytes
·
Xet hash:
3f213851731569cda27be983da2beef19220208c2217b14bbae87464383b98de

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