Google Git
Sign in
apache / cordova-browser / 4.1.0 / . / node_modules / .bin / nopt
Symbolic link to #!/bin/sh basedir=`dirname "$0"` case `uname` in *CYGWIN*) basedir=`cygpath -w "$basedir"`;; esac if [ -x "$basedir/node" ]; then "$basedir/node" "$basedir/../nopt/bin/nopt.js" "$@" ret=$? else node "$basedir/../nopt/bin/nopt.js" "$@" ret=$? fi exit $ret
Powered by Gitiles| Privacy| Termstxt json