File: makesample.sh

package info (click to toggle)
filters 2.22
  • links: PTS
  • area: main
  • in suites: woody
  • size: 252 kB
  • ctags: 145
  • sloc: lex: 1,868; perl: 269; makefile: 81; sh: 6
file content (7 lines) | stat: -rw-r--r-- 238 bytes parent folder | download
1
2
3
4
5
6
7
#!/bin/sh -e
chmod +x $1
echo $1 >>SAMPLES
echo "-------------" >>SAMPLES
printf "Here's how this filter sounds, in everyday use.\nThis line is another sample of this filter's output." | ./$1 >>SAMPLES
echo "" >>SAMPLES
echo "" >>SAMPLES