#!/bin/csh

set path = ( . $path )

foreach t (*.life)  
   gawk -f txt.awk $t > `extr $t`.html
end
