#!/bin/sh

EMPIREPORT=1617
EMPIREHOST=kappl

export EMPIREPORT EMPIREHOST

country=${1-POGO}
passwd=${2-peter}

/home/student1/hjvissc/ksu/bin/emp_client ${country} ${passwd}
