Mercurial > dottes
diff makeWebAudio.sh @ 753:b83b49f2a0a0
Correct Mac-ism. find -maxdepth n, not find -depth n.
author | Jim Hague <jim.hague@acm.org> |
---|---|
date | Fri, 13 Oct 2017 17:19:06 +0100 |
parents | ce5c7214f9aa |
children | d6e2a281cceb |
line wrap: on
line diff
--- a/makeWebAudio.sh Fri Oct 13 16:17:56 2017 +0100 +++ b/makeWebAudio.sh Fri Oct 13 17:19:06 2017 +0100 @@ -66,7 +66,7 @@ } # Generate audio files and slow speed (currently half speed) audio files. -find $booke -depth 1 -name "*.abc" | sort | +find $booke -maxdepth 1 -name "*.abc" | sort | while read filename do makeaudiofiles $filename