#!/bin/sh

for file in `ls *.top`
do
  if [ $file != profile_ram.top ] ; then echo Doing $file; mod6v1 $file ; echo ; fi
done
