#!/bin/bash

# Script to start all controls

startddd

xterm -e "starthv" &
sleep 5

xterm -e "startsqm" &

startdaq




