Style consistency fixes around bin/aux/* and bin/contrib/*
This commit is contained in:
parent
e54e3d34fb
commit
7851c334b0
3 changed files with 21 additions and 21 deletions
|
|
@ -1,7 +1,7 @@
|
|||
#!/usr/bin/env rc
|
||||
# DEPRECATED: sitemap.tpl now generates and updates a sitemap.txt when requested, and is also more smart than this simplistic script.
|
||||
|
||||
for ( d in sites/*/ ) {
|
||||
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