#!/bin/sh
# wrapper script to start html browser for help
xterm +sb -T "xmgr help" -e lynx $*
exit $?
