#!/bin/sh

for d in ??
do
  cd $d
  $JR_HOME/rjrv/mergeout/mo LOG
  cmp merged.correct LOG/merged
  cd ..
done
