#!/bin/sh
# Some versions of enscript also support
# --style emacs 
enscript -1rC -E --color -f "CourierBold16" \
  -F "CourierBold16" --header='File: $n||Page $% of $=' $1 -o - \
  | ps2pdf - $2
