#!/bin/csh

if ($1 == "")  then
  aserver 12000 &
  passirb -r localhost -p 12000 -l 13000 &
else
  passirb -r $1 -p 12000 -l 13000 &
endif
