

echo "
<center>
<h1>Olympia G2 Rules</h1>

<p>

<blockquote>
Olympia, its rules, documentation and game text are
Copyright 1991-1997 by Rich Skrenta.
<br>
All rights reserved.
<p>
Questions, comments, to join:  <a href="mailto:info@pbm.com">info@pbm.com</a>
<br>
(Reach a human:  <a href="mailto:support@pbm.com">support@pbm.com</a>)
</blockquote>

<p>
`grep '>Version' index.html`

<p>
</center>

" > Big.html

cat 0*.html >> Big.html
cat `ls -1 [a-z]*.html | grep -v index` >> Big.html
cat [6-9]*.html >> Big.html


tar -cf G2-rules-html.tar [a-z0-9]*.html Make-big
mv G2-rules-html.tar ..
