#!/bin/sh

MICORC=/dev/null
export MICORC

ADDR=inet:`uname -n`:15672

./server -ORBIIOPAddr $ADDR &
./client $ADDR &
