source: tools/Scripts/startall@ 787

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