Last change
on this file since 228 was 228, checked in by Bayard Gildas, 6 years ago |
shift from ubuntu_cgroup_hack to distribution_specific_hack
|
-
Property svn:executable
set to
*
|
File size:
252 bytes
|
Rev | Line | |
---|
[122] | 1 | #! /bin/bash
|
---|
| 2 |
|
---|
| 3 | if [ -f /proc/xenomai/version ];then
|
---|
| 4 | EXEC=./OpticalFlow_rt
|
---|
| 5 | else
|
---|
| 6 | EXEC=./OpticalFlow_nrt
|
---|
| 7 | fi
|
---|
| 8 |
|
---|
[228] | 9 | . $FLAIR_ROOT/flair-dev/scripts/distribution_specific_hack.sh
|
---|
| 10 |
|
---|
[122] | 11 | $EXEC -n x4_0 -a 127.0.0.1 -p 9000 -l /tmp -x setup_x4.xml -t x4_simu -v dsp_stub
|
---|
Note:
See
TracBrowser
for help on using the repository browser.