Remove debig echo
This commit is contained in:
parent
881a98bef9
commit
81baf713e6
1 changed files with 0 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue