#!/bin/sh
# Assumes current dir is dir with the file "clocc-echo-client.lisp".
# This client just echoes back what the server sent it.
host=localhost
port=1111
lisp $host $port -noinit -nositeinit -load "clocc-echo-client.lisp"
