#!/usr/bin/bash
java -Djava.rmi.server.codebase=$CODEBASE \
     -Djava.security.policy=security.policy \
     tlh20.rmi.PhoneticServer
