#!/bin/sh

for file in i-*.4 
do
  mcmap -110 0.25 -80 0 0.25 20 irtemp < ${file} > ${file}.map
done
