#!/bin/bash

# Script to start hv control

pushd /home/daqct3/fact_repos.svn/trigger/ >/dev/null
./StartTrigger.sh
popd >/dev/null
