jsdoc/jsdoc
2011-06-17 21:06:37 +01:00

6 lines
254 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 -debug ${BASEDIR}/jsdoc.js --dirname=${PWD}/${BASEDIR} $@