#!/bin/bash umask 022 PATH=/root/src/crossfire:$PATH BASE=/var/www/cfmaps.schmorp.de export CROSSFIRE_LIBDIR=$BASE/lib cd "$BASE" || exit 69 cvs -Q -z3 update -AdP | grep -v ^\\? chown -R root.root . chmod -R u=rwX,go=rX . rm -f .cfmap2html find . -name CVS -prune -o -type d -printf "%P/\n" | while read dir; do ( export dir cd "./$dir" || exit 68 { echo "$dir" >&7 } 7>index.html ) done <.cfmap2html xargs cfmap2html