source: flair-src/trunk/demos/PidStandalone/uav/build_x86_64/bin/x8.sh@ 228

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: 232 bytes
Line 
1#! /bin/bash
2
3if [ -f /proc/xenomai/version ];then
4 EXEC=./demo_pid_rt
5else
6 EXEC=./demo_pid_nrt
7fi
8
9. $IGEP_ROOT/uav_dev/bin/noarch/distribution_specific_hack.sh
10
11$EXEC -n x8_0 -a 127.0.0.1 -p 9000 -l ./ -x setup_x8.xml -t x8_simu
Note: See TracBrowser for help on using the repository browser.