view test.sh @ 10:4c5fc53778c1

moved randelshofer stuff to rightfull place, enabled XuggleVideoRecorder
author Robert McIntyre <rlm@mit.edu>
date Wed, 26 Oct 2011 09:38:27 -0700
parents 5dfc9e768816
children
line wrap: on
line source

2 sound=/home/r/tmp/data1.wav
4 if [ -e $sound ]
5 then
6 aplay /home/r/tmp/data1.wav
7 rm /home/r/tmp/data1.wav
8 else
9 echo "$sound does not exist."
10 fi