Google Git
Sign in
apache / cordova-browser / 4.1.0 / . / node_modules / .bin / shjs
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/../shelljs/bin/shjs" "$@" ret=$? else node "$basedir/../shelljs/bin/shjs" "$@" ret=$? fi exit $ret
Powered by Gitiles| Privacy| Termstxt json