home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Usenet 1994 January
/
usenetsourcesnewsgroupsinfomagicjanuary1994.iso
/
sources
/
misc
/
volume18
/
notation
/
part01
/
print-ps
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1991-04-13
|
134 b
|
9 lines
#!/bin/sh
# printer for ps files using the font chess
# args : files to print
CHEQFILE="./Cheq"
for i
do
cat $CHEQFILE $i | lpr
done