4 lines
119 B
Text
4 lines
119 B
Text
|
#!/bin/sh
|
||
|
|
||
|
runoff1 "$@" | pr.pl -h "xv6/$@" | mpage -m50t50b -o -bLetter -T -t -2 -FCourier -L60 >x.ps; gv --swap x.ps
|