echo "<html><head></head><body>" > index.html ; for i in $( ls -t eclipse-* ); do echo "<a href=\"http://www.eclipse.org/modeling/download.php?file=/modeling/tmf/xtext/downloads/distros/$i&r=2\">$i</a><br>" >> index.html; done; echo "</body></html>" >> index.html
