#! /bin/csh -f

if ($1 == -m) then
	cat bb.ps /usr/lib/ps/mac.pro $2
else
	cat bb.ps $1
endif

