mirror of
https://github.com/jsdoc/jsdoc.git
synced 2025-12-08 19:46:11 +00:00
8 lines
388 B
Bash
Executable File
8 lines
388 B
Bash
Executable File
#!/bin/sh
|
|
|
|
# rhino discards the path to the current script file, so we must add it back
|
|
PWD=`pwd`
|
|
BASEDIR=`dirname $0`
|
|
java -classpath ${BASEDIR}/lib/js.jar org.mozilla.javascript.tools.shell.Main ${BASEDIR}/jsdoc.js --dirname=${PWD}/${BASEDIR} $@
|
|
|
|
#java -classpath ${BASEDIR}/lib/js.jar org.mozilla.javascript.tools.debugger.Main -debug ${BASEDIR}/jsdoc.js --dirname=${PWD}/${BASEDIR} $@ |