source: flair-src/branches/sanscv/demos/Sinus/resources/core2-64/Sinus.sh@ 324

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

removing opencv dependency

  • 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-src/scripts/distribution_specific_hack.sh
9
10$EXEC
11
Note: See TracBrowser for help on using the repository browser.