#!/bin/sh

for f in ??
do
  $JR_HOME/rjrv/mergeout/moutils/attack < $f > $f.out
  cmp $f.correct $f.out
done
