shithub: werc

ref: 19649f556cc7781acfce5ba473d60e44e3904401
dir: /bin/gensitemaptxt.rc/

View raw version
#!/usr/bin/env rc

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

}