#!/bin/bash

# Script to start all controls

startddd

xterm -e "starthv" &
sleep 5

startdaq




