#!/bin/csh
echo We need to link to the old dom-cal.jar in order to add the HVs to the DB...
ln -sf /mnt/data/testdaq/dom-cal.jar /mnt/data/testdaq/work/lib/dom-cal.jar
echo Writing outputs into hv2db.out - look for error messages there...
echo starting....
java icecube.daq.domcal.HV2DB /mnt/data/testdaq/domcal > hv2db.out
echo Thank you for using HV2DB
ln -sf /mnt/data/testdaq/work/lib/dom-cal.jar.new /mnt/data/testdaq/work/lib/dom-cal.jar

