#! /bin/sh

# Send postscript directly to dpfleet, rather than using lpr, which has
# a poky 1000k limit (boo!). Also, saves one yellow header page.

for a
do
	fcp -d "$a" LPP_FLEET@saturn
done
