#! /bin/sh # # 手差しトレイつきPostScriptプリンタで手差しトレイを選択 # # revision history: # Mar. 15, 1999 by Dai ISHIJIMA # # Usage: # tray-lpr # # Example: # cat hogehoge.ps | tray-lpr | lpr # tray-lpr hoge.ps | lpr # # 動作確認: # FreeBSD 2.x, 3.x, 4.x, # Apple LaserWriter16/600PS2, Xerox LaserPress2100PS # echo "%!" echo '1 dict dup /ManualFeed true put setpagedevice'; cat "$@" exit 0