X-Git-Url: http://git.ieval.ro/?a=blobdiff_plain;f=makesample.sh;h=ce38c2ef661abad37e91b778d23d9bd05994a6e9;hb=9edc0e612e98d4c563155a8fc2d96f27f4815831;hp=4fc172989200f24ab5421d580ee6067da5f07c07;hpb=7e3afbbacdd24f8c3fb87599eeda32b977fe6d6c;p=filters.git diff --git a/makesample.sh b/makesample.sh index 4fc1729..ce38c2e 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.\nThis line is another sample of this filter's output." | ./$1 >>SAMPLES +echo "" >>SAMPLES +echo "" >>SAMPLES