#!/bin/sh svn up > output/wiki2pdf.txt 2>&1 if ./gen-all >> output/wiki2pdf.txt 2>&1; then : else cat output/wiki2pdf.txt fi