#! /bin/sh
#
# Shell wrapper to startup up the Java Debugger's TTY classes.

`dirname $0`/java sun.tools.ttydebug.TTY $@

