Initial revision
[filters.git] / makesample.sh
1 #!/bin/sh
2 echo $1 >>SAMPLES
3 echo "-------------" >>SAMPLES
4 echo -e "Here's how this filter sounds, in everyday use.\nThis line is another sample of this filter's output." | ./$1 >>SAMPLES
5 echo "" >>SAMPLES
This page took 0.019969 seconds and 4 git commands to generate.