scottish: Fix typo. Closes: #688905
[filters.git] / makesample.sh
1 #!/bin/sh -e
2 chmod +x $1
3 echo $1 >>SAMPLES
4 echo "-------------" >>SAMPLES
5 if [ "$1" != fanboy ]; then
6 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
7 else
8 printf "This filter has to be tried on real world text to be understood! Oh, and Ubuntu Rules!" >>SAMPLES
9 fi
10 echo "" >>SAMPLES
11 echo "" >>SAMPLES
This page took 0.021335 seconds and 4 git commands to generate.