Style consistency fixes around bin/aux/* and bin/contrib/*

This commit is contained in:
Uriel 2008-12-21 00:13:53 +01:00
parent e54e3d34fb
commit 7851c334b0
3 changed files with 21 additions and 21 deletions

View file

@ -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