# Check for -h flag for help.  If given, just shift it off as the command will return help if no parameters given
if [ "$1" == "-h" ] ; then
  shift
fi

java -cp $BIOR_LITE_HOME/conf:$BIOR_LITE_HOME/lib/* edu.mayo.pipes.util.index/IndexStats $@
