ref: d9b7e3812fcf1fc16f25f922f15d4190a7a93523
dir: /md2html/
#!/bin/rc -e . /sys/lib/hlfw/common.rc cd $1 shift rfork ne cache=/usr/web/cache/$1.cache tcache=/usr/web/cache/$1.cache.tmp.$pid if(test -e $cache && ! test $cache -older 1h){ exec cat $cache exit } nl=' ' { prelude '' 'main' markdown $repo/$1.md echo '</article> </body> </html> ' } | tee $tcache && mv $tcache $cache