Line Code
1 2 3 4 5 6 7 8 9
eval `scramv1 ru -sh`
xdaq.exe -h .host -p .portn -e profile.xml &
if ! perl webPingXDAQ.pl .host .portn 10
then
  echo "executive didn't start properly"
else
  perl sendCmdToApp.pl .host .portn MuonDQMClient.xml
fi