Sophie

Sophie

distrib > Fedora > 14 > x86_64 > media > os > by-pkgid > 4b194777eaf705e440bb2ce282d32772 > files > 18

GMT-doc-4.5.3-3.fc14.noarch.rpm

#!/bin/sh
#
#	$Id: do_view.sh,v 1.4 2008/04/04 17:33:55 remko Exp $
#
#	Simple driver to view all examples using ghostview
#
viewer=${1:-gv}
for f in ex??/example_*.ps
do
	$viewer $f
done