Last change
on this file since 447 was 405, checked in by Sanahuja Guillaume, 3 years ago |
adapt demos for clone demos script
|
-
Property svn:executable
set to
*
|
File size:
232 bytes
|
Rev | Line | |
---|
[301] | 1 | #! /bin/bash
|
---|
| 2 |
|
---|
| 3 | if [ -f /proc/xenomai/version ];then
|
---|
[405] | 4 | EXEC=./DemoGps_rt
|
---|
[301] | 5 | else
|
---|
[405] | 6 | EXEC=./DemoGps_nrt
|
---|
[301] | 7 | fi
|
---|
| 8 |
|
---|
[302] | 9 | . $FLAIR_ROOT/flair-src/scripts/distribution_specific_hack.sh
|
---|
[301] | 10 |
|
---|
| 11 | $EXEC -n x4_0 -a 127.0.0.1 -p 9000 -l /tmp -x setup_x4.xml -t x4_simu
|
---|
Note:
See
TracBrowser
for help on using the repository browser.