source: Evidence/start@ 127

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
5export DIM_DNS_NODE=ihp-pc26.ethz.ch
6
7xterm -T 'FConSys: Config' -e 'cd Config; Config' &
8sleep 0.5
9
10xterm -T 'FConSys: DColl' -e 'cd DColl; DColl' &
11sleep 0.5
12
13xterm -T 'FConSys: Alarm' -e 'cd Alarm; Alarm' &
Note: See TracBrowser for help on using the repository browser.