]> iEval git - filters.git/blame_incremental - makesample.sh
* pirate: Roll r's. Also, conjugate 'is' in first person, and add some
[filters.git] / makesample.sh
... / ...
CommitLineData
1#!/bin/sh -e
2chmod +x $1
3echo $1 >>SAMPLES
4echo "-------------" >>SAMPLES
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
6echo "" >>SAMPLES
7echo "" >>SAMPLES
This page took 0.017972 seconds and 4 git commands to generate.