]> git.phdru.name Git - phdru.name/phdru.name.git/blob - make-files
Change POST to GET
[phdru.name/phdru.name.git] / make-files
1 #! /bin/sh
2
3 umask 022
4 PYTHONPATH=.
5 export PYTHONPATH
6
7 if [ phd_site.tmpl -nt phd_site.py ]; then
8    cheetah compile --nobackup phd_site.tmpl
9 fi
10
11 exec cheetah fill --nobackup "$@"