X-Git-Url: http://git.ieval.ro/?a=blobdiff_plain;f=makesample.sh;h=e7e5e1641e21feb80e2e1698b71f41c686d41651;hb=ff7b46743fdcbc5ce956e98f68bbd16dc5ed6e3b;hp=01f7d50eb39babd92766ad02beb48dd06fc03fb6;hpb=667c53ce793a5af847c606ad987d5ea042a3b4b3;p=filters.git diff --git a/makesample.sh b/makesample.sh index 01f7d50..e7e5e16 100644 --- a/makesample.sh +++ b/makesample.sh @@ -2,5 +2,10 @@ 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 +if [ "$1" != fanboy ]; then + 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 +else + printf "This filter has to be tried on real world text to be understood! Oh, and Ubuntu Rules!" >>SAMPLES +fi +echo "" >>SAMPLES echo "" >>SAMPLES