updates
[filters.git] / makesample.sh
CommitLineData
667c53ce 1#!/bin/sh -e
2chmod +x $1
7e3afbba 3echo $1 >>SAMPLES
4echo "-------------" >>SAMPLES
bc19f2cf 5printf "Here's how this filter sounds, in everyday use.\nThis line is another sample of this filter's output." | ./$1 >>SAMPLES
667c53ce 6echo "" >>SAMPLES
6e717d5c 7echo "" >>SAMPLES
This page took 0.010078 seconds and 4 git commands to generate.