#!/bin/sh
#
#  Copyright 2000-2001 Sun Microsystems, Inc. All rights reserved.
#  Copyright 2000-2001 Sun Microsystems, Inc. Tous droits rservs.
#
# This software is the proprietary information of Sun Microsystems, Inc.
# Use is subject to license terms.
#

#
# @(#)HtmlConverter	1.2 02/26/01
#
# Startup script for the HTML Converter
#

BINDIR=`dirname $0`
${BINDIR}/java -jar ${BINDIR}/../lib/htmlconverter.jar $*
