#! /bin/csh -f

if ($1 == -m) then
	echo "-m option not supported yet" >/dev/tty
#	cat bb.ps /usr/lib/ps/mac.pro $2
else
	cat /mit/postscript/lib/bb.ps $1
endif

