ref: ef6a70f3e41f062b4754fe7834ea21ce837213d4
dir: /bin/gensitemaptxt.rc/
#!/usr/bin/env rc echo foo for ( d in sites/*/ ) { echo $d 9 du -a $d | awk '/\.(md|html)$/ { print $2 }; {}' | 9 sed -e 's/\.(md|html)$//' -e 's,/index$,/,' -e 's,^sites/,http://,' > $d/sitemap.txt }