Miscellaneous updates.
[scripts.git] / dirtohtml.sh
index fe6532f..82fc1ba 100755 (executable)
@@ -47,7 +47,7 @@ echo
 
 echo "<pre>"
 
-for d in $(find . -maxdepth 1 -type d -name "[^.]?*"); do
+for d in $(find . -maxdepth 1 -type d -name "[^.]?*" | sort); do
     echo "<a href=\"${d}\">${d}</a>"
 
     # most_recent=$(find ${d} -type f -exec stat --printf="%Y %n\n" '{}' \; | sort | tail -1 | awk '{print $4}')