* makesample.sh is now careful to make sure each program is executable
[filters.git] / makesample.sh
index 4fc172989200f24ab5421d580ee6067da5f07c07..01f7d50eb39babd92766ad02beb48dd06fc03fb6 100644 (file)
@@ -1,5 +1,6 @@
-#!/bin/sh
+#!/bin/sh -e
+chmod +x $1
 echo $1 >>SAMPLES
 echo "-------------" >>SAMPLES
 echo -e "Here's how this filter sounds, in everyday use.\nThis line is another sample of this filter's output." | ./$1 >>SAMPLES
-echo "" >>SAMPLES
\ No newline at end of file
+echo "" >>SAMPLES
This page took 0.009031 seconds and 4 git commands to generate.