#! /bin/sh umask 022 PYTHONPATH=. export PYTHONPATH if [ phd_site.tmpl -nt phd_site.py ]; then cheetah compile --nobackup phd_site.tmpl && compyle phd_site.py fi && exec cheetah fill --nobackup "$@"