#!/bin/tcsh -f
foreach f (*.polygon-movie)
  rm -f $f:r*.ps
  rm -f $f:r*.ppm
  rm -f $f:r*.kgp
  rm -f $f:r*.text
  end
