aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-rwxr-xr-xnotYetAnotherWiki.lua3
1 files changed, 3 insertions, 0 deletions
diff --git a/notYetAnotherWiki.lua b/notYetAnotherWiki.lua
index fb581e3..cc76969 100755
--- a/notYetAnotherWiki.lua
+++ b/notYetAnotherWiki.lua
@@ -46,7 +46,10 @@ end
46--------------------------------------------------------------------------------- 46---------------------------------------------------------------------------------
47-- Useful functions, part 0. 47-- Useful functions, part 0.
48 48
49--[[ TODO - loop through bits array, call function for each bit, 'first' is an optional bool to tell it to deal with the damned root folder as well.
50local forBits = function(l, func, first)
49end 51end
52]]
50 53
51 54
52-- String together the bits array into a path string. Or the other way around. lol 55-- String together the bits array into a path string. Or the other way around. lol