#! /bin/sh
#
# Shell wrapper to startup up the Java Debugger's TTY classes.
`dirname $0`/java_g  -noasyncgc -mx12m sun.tools.ttydebug.TTY $@

