source: flair-src/trunk/demos/Sinus/build_x86_64/bin/Sinus.sh@ 14

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

sinus

  • Property svn:executable set to *
File size: 102 bytes
RevLine 
[14]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.