ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/cfmaps/cfupdate
(Generate patch)

Comparing cfmaps/cfupdate (file contents):
Revision 1.6 by root, Sun Nov 20 00:58:57 2005 UTC vs.
Revision 1.7 by root, Sun Nov 20 01:05:34 2005 UTC

15# 15#
16# You should have received a copy of the GNU General Public License 16# You should have received a copy of the GNU General Public License
17# along with gvpe; if not, write to the Free Software 17# along with gvpe; if not, write to the Free Software
18# Foundation, Inc. 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 18# Foundation, Inc. 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
19 19
20VERSION=1.02
21
20umask 022 22umask 022
21 23
22PATH=/root/src/crossfire:$PATH 24PATH=/root/src/crossfire:$PATH
23BASE=/var/www/cfmaps.schmorp.de 25BASE=/var/www/cfmaps.schmorp.de
24export CROSSFIRE_LIBDIR=$BASE/lib 26export CROSSFIRE_LIBDIR=$BASE/lib
25 27
26cd "$BASE" || exit 69 28cd "$BASE" || exit 69
27
28VERSION=1.01
29 29
30cvs -Q -z3 update -AdP | grep -v ^\\? 30cvs -Q -z3 update -AdP | grep -v ^\\?
31 31
32rm -f .cfmap2html 32rm -f .cfmap2html
33 33
76 <li><a href="/world/world_116_102.html">Darcap</a></li> 76 <li><a href="/world/world_116_102.html">Darcap</a></li>
77 <li><a href="/world/world_128_109.html">Wolfsburg</a></li> 77 <li><a href="/world/world_128_109.html">Wolfsburg</a></li>
78 <li><a href="/world/world_128_101.html">Azumauindo</a></li> 78 <li><a href="/world/world_128_101.html">Azumauindo</a></li>
79</ul> 79</ul>
80<hr /> 80<hr />
81<p style='font-size: 8pt;'>created by <b>update</b> version $VERSION</p> 81<p style='font-size: 8pt;'>created by <a href='http://software.schmorp.de/#crossfire'>cfupdate</a> version $VERSION</p>
82EOF 82EOF
83 echo "</body></html>" >&7 83 echo "</body></html>" >&7
84 } 7>index.html 84 } 7>index.html
85 ) 85 )
86done 86done

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines