X-Git-Url: http://git.ieval.ro/?p=filters.git;a=blobdiff_plain;f=makesample.sh;h=e7e5e1641e21feb80e2e1698b71f41c686d41651;hp=dc1f0453271d3e7509c12167cfee0190947c87d4;hb=101d92afbb8a6d9992a9684f00b847742ec9cf4b;hpb=001ffaa6345dc499352798f29a2d0fffe4973c39 diff --git a/makesample.sh b/makesample.sh index dc1f045..e7e5e16 100644 --- a/makesample.sh +++ b/makesample.sh @@ -2,6 +2,10 @@ chmod +x $1 echo $1 >>SAMPLES echo "-------------" >>SAMPLES -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 +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