support globbing to match things like git-*
[filters.git] / makesample.sh
CommitLineData
667c53ce 1#!/bin/sh -e
2chmod +x $1
7e3afbba 3echo $1 >>SAMPLES
4echo "-------------" >>SAMPLES
7f4e9d5e 5printf "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
667c53ce 6echo "" >>SAMPLES
6e717d5c 7echo "" >>SAMPLES
This page took 0.008729 seconds and 4 git commands to generate.