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

Last change on this file since 693 was 693, checked in by frichard, 12 years ago

Version 0.62

  • Property svn:executable set to *
File size: 163 bytes
Line 
1#!/bin/bash
2
3echo "Lancement du serveur indiserver indi_BAO..."
4
5xterm -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.