#!/bin/sh

ADDR=ssl:inet:`uname -n`:12456

./server -ORBIIOPAddr $ADDR


