X-Git-Url: http://git.ieval.ro/?a=blobdiff_plain;f=makesample.sh;h=dc1f0453271d3e7509c12167cfee0190947c87d4;hb=5fbd4551e87d19e1a3ce68ffc08f8eb0e0c24004;hp=4fc172989200f24ab5421d580ee6067da5f07c07;hpb=7e3afbbacdd24f8c3fb87599eeda32b977fe6d6c;p=filters.git diff --git a/makesample.sh b/makesample.sh index 4fc1729..dc1f045 100644 --- a/makesample.sh +++ b/makesample.sh @@ -1,5 +1,7 @@ -#!/bin/sh +#!/bin/sh -e +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 -echo "" >>SAMPLES \ No newline at end of file +printf "Here's how this filter sounds, in everyday use.\nNow is the time for all good men to come to the aid of their country." | ./$1 >>SAMPLES +echo "" >>SAMPLES +echo "" >>SAMPLES