Remove debig echo

This commit is contained in:
uriel 2008-07-01 04:10:58 +02:00
parent 5adb51696f
commit b82d3855af

View File

@ -1,6 +1,5 @@
#!/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