ref: 52f0262b69fbc0cc463b41e3e60e3d7d9ce9b1e8
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 }