source:
tools/Scripts/startall@
169
Last change on this file since 169 was 119, checked in by , 15 years ago | |
---|---|
|
|
File size: 121 bytes |
Line | |
---|---|
1 | #!/bin/bash |
2 | |
3 | # Script to start all controls |
4 | |
5 | startddd |
6 | |
7 | xterm -e "starthv" & |
8 | sleep 5 |
9 | |
10 | xterm -e "startsqm" & |
11 | |
12 | startdaq |
13 | |
14 | |
15 | |
16 |
Note:
See TracBrowser
for help on using the repository browser.