File: makesample.sh

package info (click to toggle)
filters 2.9
  • links: PTS
  • area: main
  • in suites: potato
  • size: 124 kB
  • ctags: 141
  • sloc: lex: 351; perl: 182; makefile: 64; sh: 5
file content (6 lines) | stat: -rw-r--r-- 221 bytes parent folder | download
1
2
3
4
5
6
#!/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