#!/bin/csh -f

set tempfile = /tmp/windex.$USER.$$

/a/aviary/bin/windex $1
cp $1.index $tempfile
sed -e 'i\\
' $tempfile > $1.index

rm $tempfile
