#!/bin/bash

# Script to start hv control

pushd /home/daqct3/fact_repos.svn/hvcontrol >/dev/null
./hvcontrol
popd >/dev/null
