#!/bin/csh -f

foreach f (*.ppm)
  mogif $f
end

