#!/bin/sh

host="localhost"

case $arg_n in
1)
host=$1
;;
0)
;;
esac


#GK
(cd savior ; \
./start-client -t OZ --host ${host} &)

sleep 1

#LSB
(cd HELIOS02 ; \
./start-client --host ${host} --role LSB &)

sleep 1

#CB
(cd HELIOS02 ; \
./start-client --host ${host} --role CB &)
#(cd puppets ; \
#./start-client -t OZ --host ${host} --role DF &)
sleep 1

#RSB
(cd HELIOS02 ; \
./start-client --host ${host} --role RSB &)

sleep 1

#LMF
(cd gemini01_linux ; \
./start-client --host ${host} &)

sleep 1

#LMF?
(cd morisita ; \
./start-client -t OZ --host ${host} --role -OH &)

sleep 1

#RMF
(cd RinX ; \
./start ${host})

sleep 1

#RDH?
(cd bunbuku ; \
./oz ${host})

sleep 1

#LFW
#(cd HELIOS02 ; \
#./start-client --host ${host} --role LWG &)
(cd swordfish ; \
./start-client --host ${host} --role LWG &)

sleep 1

#CFW
#(cd HELIOS02 ; \
#./start-client --host ${host} --role CFW &)
(cd neko ; \
./start-client -t OZ --host ${host} &)

sleep 1

#RFW
(cd swordfish ; \
./start-client --host ${host} &)
