#!/bin/sh

# psrun -- make a batch file for distiller and run it

# usage: psrun 

cat>j.ps <<!
/prun {/mysave save def RunFile clear cleardictstack mysave restore} def
(cover.ps) prun
(book.ps) prun
!

distill j.ps

acroexch j.pdf
