#!/bin/sh # This file converts standard input Postscript to Epson LX200 on standard # output : gs -sPAPERSIZE=a4 -sDEVICE=epson -dSAFER -dNOPAUSE -q -r120x72 \ -sOutputFile=- - quit.ps