|
|
1.1 ! root 1: #!/bin/sh ! 2: ! 3: # stills: filter to convert stills language to pic ! 4: # typical troff preprocessor: ! 5: # stills statements are bracketed by .begin stills/.end ! 6: ! 7: LIB=${LIB-/usr/lib/movie} ! 8: ! 9: for i in $* # quicker than compiling a big awk program ! 10: do ! 11: if [ ! -r $i ] ! 12: then ! 13: echo "stills: can't open file $i" 1>&2; exit 1 ! 14: fi ! 15: done ! 16: ! 17: awk -f $LIB/stills.awk develop=$LIB/develop $*
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.