source: BAORadio/libindi/libindi/LancementBAOcontrol.sh @ 695

Last change on this file since 695 was 695, checked in by frichard, 12 years ago
  • Property svn:executable set to *
File size: 186 bytes
Line 
1#!/bin/bash
2
3echo "Lancement du serveur indiserver indi_BAO..."
4
5xterm -sb -rightbar -sl 3000 -ge 150x40 -e indiserver indi_BAO&
6
7sleep 1
8
9echo "Lancement de BAOcontrol..."
10
11BAOcontrol
12 
Note: See TracBrowser for help on using the repository browser.