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