#!/bin/sh

ADDR=inet:`uname -n`:15672

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