#!/bin/sh
#
# Simple wrapper script for the xmhtml binary to test 
# the XmHTML library
#
exec /usr/X11R6/bin/xmhtml "$@"
