#!/bin/sh
# This is just a script for extracting the text of a2gs files.  The text will
# appear as formatted by 'pr'

sed -n -e 's/^	//p' $*

