source: flair-bin/trunk/demos/x86_64/unix/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: 164 bytes
Line 
1#! /bin/bash
2if [ -f /proc/xenomai/version ];then
3 EXEC=./Sinus_rt
4else
5 EXEC=./Sinus_nrt
6fi
7
8. $FLAIR_ROOT/flair-dev/scripts/distribution_specific_hack.sh
9
10$EXEC
11
Note: See TracBrowser for help on using the repository browser.