diff options
author | Wolfram Schneider <wosch@FreeBSD.org> | 1997-01-02 22:47:46 +0000 |
---|---|---|
committer | Wolfram Schneider <wosch@FreeBSD.org> | 1997-01-02 22:47:46 +0000 |
commit | f5bc5997b24114f383586d72086ad33c5031e895 (patch) | |
tree | ef16fd22f6bdb83df08f2c5f243403f4098be2e6 /share/examples/printing/pstf | |
parent | c13b19be64e4516f29da6154371b2dedfd2939be (diff) |
printing examples, automatically generated from
src/share/doc/handbook/printing.sgml with src/tools/tools/epfe/epfe.pl
Notes
Notes:
svn path=/head/; revision=21240
Diffstat (limited to 'share/examples/printing/pstf')
-rw-r--r-- | share/examples/printing/pstf | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/share/examples/printing/pstf b/share/examples/printing/pstf new file mode 100644 index 000000000000..308adc19e2ab --- /dev/null +++ b/share/examples/printing/pstf @@ -0,0 +1,6 @@ +#!/bin/sh +# +# pstf - Convert groff's troff data into PS, then print. +# Installed in /usr/local/libexec/pstf +# +exec grops | /usr/local/libexec/lprps "$@" |