source: flair-bin/trunk/demos/armv5te/Sinus/Sinus.sh@ 84

Last change on this file since 84 was 84, checked in by Sanahuja Guillaume, 5 years ago

add/cleanup for out of source build

  • Property svn:executable set to *
File size: 111 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 -a ${1}
10
Note: See TracBrowser for help on using the repository browser.