source:
trunk/third/enscript/tests/media.test
@
17620
Revision 17620, 181 bytes checked in by ghudson, 22 years ago (diff) | |
---|---|
|
Line | |
---|---|
1 | #!/bin/sh |
2 | # |
3 | # Output media. |
4 | # |
5 | |
6 | . $srcdir/defs || exit 1 |
7 | |
8 | for i in A3 A4 A5 Letter Legal A4dj Letterdj; do |
9 | $enscript -G2r --quiet --media=$i -p$output $asciifiles |
10 | done |
11 | |
12 | rm $output |
Note: See TracBrowser
for help on using the repository browser.