source: tools/Scripts/startall@ 107

Last change on this file since 107 was 76, checked in by daqct3, 15 years ago
Scripts for starting DAQ-related programs
  • Property svn:executable set to *
File size: 98 bytes
Line 
1#!/bin/bash
2
3# Script to start all controls
4
5startddd
6
7xterm -e "starthv" &
8sleep 5
9
10startdaq
11
12
13
14
Note: See TracBrowser for help on using the repository browser.