commit 7d9a6fe954a3d4120cdc1278220f66cd08e312cc
parent 1e87747abfcfdb9c97c29201cfd7815f22d5296b
Author: uriel@suckless.org <unknown>
Date: Tue, 1 Jul 2008 04:10:58 +0200
Remove debig echo
Diffstat:
1 file changed, 0 insertions(+), 1 deletion(-)
diff --git a/bin/gensitemaptxt.rc b/bin/gensitemaptxt.rc
@@ -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