#!/bin/csh -f
onintr EXIT

cd fonts
if ($1x == x) then
	bfontsample `cat ALL`
else
	bfontsample $*
endif

EXIT:
/usr/ucb/reset
/usr/ucb/clear
