#!/bin/bash ARTICLEDIR=/home/ash/public_html/articles DATE=`date +%Y%m%d` MAILFAIL=dict-notifications@fsa-bg.org cd /home/ash/non-gtk svn up for i in \ /home/ash/non-gtk/dwheeler/why-opendocument-won-bg.xml \ /home/ash/non-gtk/gpl-license/pj.xml \ /home/ash/non-gtk/emoglen/anarchism.bg.xml \ /home/ash/non-gtk/oo-squares/oo-sqaures.xml do xmlto html-nochunks $i -o $ARTICLEDIR if [ "x$?" != "x0" ] then mail -s "$DATE: Problem with article generation" $MAILFAIL <