X-Git-Url: http://git.ieval.ro/?a=blobdiff_plain;f=makesample.sh;h=5024e63826eddb55b2e63d1a37959244160b941e;hb=bc19f2cfc3041990d9457165ccdfbe8b6b7c76e6;hp=01f7d50eb39babd92766ad02beb48dd06fc03fb6;hpb=667c53ce793a5af847c606ad987d5ea042a3b4b3;p=filters.git diff --git a/makesample.sh b/makesample.sh index 01f7d50..5024e63 100644 --- a/makesample.sh +++ b/makesample.sh @@ -2,5 +2,5 @@ chmod +x $1 echo $1 >>SAMPLES echo "-------------" >>SAMPLES -echo -e "Here's how this filter sounds, in everyday use.\nThis line is another sample of this filter's output." | ./$1 >>SAMPLES +printf "Here's how this filter sounds, in everyday use.\nThis line is another sample of this filter's output." | ./$1 >>SAMPLES echo "" >>SAMPLES