]> iEval git - filters.git/blob - makesample.sh
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.037529 seconds and 5 git commands to generate.