source: flair-src/trunk/demos/Sinus/build_arm/bin/Sinus.sh@ 101

Last change on this file since 101 was 14, checked in by Sanahuja Guillaume, 8 years ago

sinus

  • Property svn:executable set to *
File size: 102 bytes
Line 
1#! /bin/bash
2
3if [ -f /proc/xenomai/version ];then
4 EXEC=./Sinus_rt
5else
6 EXEC=./Sinus_nrt
7fi
8
9$EXEC
10
Note: See TracBrowser for help on using the repository browser.