close Warning: Can't use blame annotator:
svn blame failed on trunk/demos/Sinus/resources/cortexa7thf-neon-vfpv4/Sinus.sh: 200029 - Couldn't perform atomic initialization

source: flair-src/trunk/demos/Sinus/resources/cortexa7thf-neon-vfpv4/Sinus.sh@ 405

Last change on this file since 405 was 395, checked in by Sanahuja Guillaume, 3 years ago

add +x

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