Mercurial > jmeCapture
changeset 13:6dc62c7866c2
removed crufty shell debug shell scripts
author | Robert McIntyre <rlm@mit.edu> |
---|---|
date | Thu, 27 Oct 2011 21:08:17 -0700 |
parents | d10f4d4ff15a |
children | e299cd89074d |
files | generate_headers.sh test.sh |
diffstat | 2 files changed, 0 insertions(+), 12 deletions(-) [+] |
line wrap: on
line diff
1.1 --- a/generate_headers.sh Thu Oct 27 21:07:50 2011 -0700 1.2 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 1.3 @@ -1,1 +0,0 @@ 1.4 -javah -classpath bin -d /home/r/proj/audio-send/OpenAL32/Include/ com.aurellem.capture.AudioSend
2.1 --- a/test.sh Thu Oct 27 21:07:50 2011 -0700 2.2 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 2.3 @@ -1,11 +0,0 @@ 2.4 - 2.5 -sound=/home/r/tmp/data1.wav 2.6 - 2.7 -if [ -e $sound ] 2.8 -then 2.9 - aplay /home/r/tmp/data1.wav 2.10 - rm /home/r/tmp/data1.wav 2.11 -else 2.12 - echo "$sound does not exist." 2.13 -fi 2.14 -