#!/bin/sh

CLASSPATH=./classes:../../classes java -Djava.security.policy=all.policy \
   jcsi.EchoServer
