Last change
on this file since 279 was 236, checked in by Sanahuja Guillaume, 7 years ago |
change build directories for new architecture
|
-
Property svn:executable
set to
*
|
File size:
273 bytes
|
Line | |
---|
1 | #! /bin/bash
|
---|
2 |
|
---|
3 | if [ -f /proc/xenomai/version ];then
|
---|
4 | EXEC=./SimpleFleet_rt
|
---|
5 | else
|
---|
6 | EXEC=./SimpleFleet_nrt
|
---|
7 | fi
|
---|
8 |
|
---|
9 | . $FLAIR_ROOT/flair-dev/scripts/distribution_specific_hack.sh
|
---|
10 |
|
---|
11 | $EXEC -n x8_1 -a 127.0.0.1 -p 9000 -l ./ -x setup_x8.xml -t x8_simu1 -b 127.255.255.255:20010 -d 21000
|
---|
Note:
See
TracBrowser
for help on using the repository browser.