shithub: werc

ref: c2bfab8cd88bb8b0a31e39f178675c2f246d71cf
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

}