source: flair-src/trunk/demos/Sinus/build_armv7a_neon/bin/Sinus.sh@ 236

Last change on this file since 236 was 236, checked in by Sanahuja Guillaume, 6 years ago

change build directories for new architecture

  • 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.