1#!/bin/sh
2#
3# Test ASCII file printing.
4#
5
6. $srcdir/defs || exit 1
7
8$enscript --quiet -G2r -p$output $asciifiles
9
10rm $output
11