#!/bin/sh

autogen-steering-LC-new -H sps-dbs sps-ichub-cont01 sps-ichub-cont02
for f in Flasherboard*.xml;
do
    sed /NUM_SAMPLES/s/64/0/ $f > x && mv x $f;
done


echo
echo We just created steering files for
grep domId LocalCoincidence-ATWD0.xml -c
echo    DOMS
echo


