shithub: werc

ref: a8c24bad690907883c2019c84d1e9c31ff21a8fb
dir: /bin/gensitemaptxt.rc/

View raw version
#!/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

}