Last change
on this file since 127 was 127, checked in by ogrimm, 15 years ago |
First commit of Evidence control system core components
|
-
Property svn:executable
set to
*
|
File size:
267 bytes
|
Line | |
---|
1 | #!/bin/bash
|
---|
2 |
|
---|
3 | # Script to start Evidence control system
|
---|
4 |
|
---|
5 | export DIM_DNS_NODE=ihp-pc26.ethz.ch
|
---|
6 |
|
---|
7 | xterm -T 'FConSys: Config' -e 'cd Config; Config' &
|
---|
8 | sleep 0.5
|
---|
9 |
|
---|
10 | xterm -T 'FConSys: DColl' -e 'cd DColl; DColl' &
|
---|
11 | sleep 0.5
|
---|
12 |
|
---|
13 | xterm -T 'FConSys: Alarm' -e 'cd Alarm; Alarm' &
|
---|
Note:
See
TracBrowser
for help on using the repository browser.