#!/bin/tcsh

source ../cmt/setup.csh
source ${CMROOT}/mgr/CmConfig.sh ${CMROOT} CascinaVCS

$CMROOT/$CMCONFIG/tsc.exe &
sleep 1
$CMROOT/$CMCONFIG/tsb.exe &
sleep 8
cm print tsb | awk '{print $1 " " $2 " " $3 " " $4 " " $5}'
sleep 1
cm kill tsb tsc
sleep 1

cm send -to tsb -type stop
sleep 1
cm send -to tsc -type stop
sleep 1

exit 0
