cd pods for i in *; do if [ -n "$1" ] || [ ../html/$i.html -ot $i ] then if podchecker $i then pod2html -title $i --css http://menzies.us/pod.css $i > ../html/$i.html fi fi done