#!/bin/sh

#
# @(#)src/plugin/pfm/converter/HtmlConverter, plugin, audevplug, 20060202 1.6
# ===========================================================================
# Licensed Materials - Property of IBM
# "Restricted Materials of IBM"
#
# IBM SDK, Java(tm) 2 Technology Edition, v5.0
# (C) Copyright IBM Corp. 1998, 2005. All Rights Reserved
# ===========================================================================
#

#
# ===========================================================================
#  Copyright 2000-2001 Sun Microsystems, Inc. All rights reserved.
# ===========================================================================
#

#

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

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