#! /bin/sh
# $Header:c2 12.0$
# $ACIS:c2 12.0$
infile=$1
outfile=$2
shift
shift
/lib/ropt $*  < $infile > $outfile
exit $?
