
# This will run the emulator.
host=$1
if [ "$host" = "" ]; then
	echo "USAGE: RUN hostname";
	exit 1
fi
echo Kermit functions are on the Edit Menu
java -classpath "jta20.jar;kermit.jar;class" Main -config default.conf $host
