#!/bin/sh

# start the ORB daemon...
echo "Starting ORBD"
orbd -ORBInitialPort 1050 -ORBInitialHost localhost

