#!/bin/csh -f

foreach x (*.t)
	perl -ani $1 $x
end

