plugin/breadcrumb.lua@4013d2901832
plugin/breadcrumb.lua
Mon, 06 Jul 2020 12:35:04 -0500
- author
- Tuomo Valkonen <tuomov@iki.fi>
- date
- Mon, 06 Jul 2020 12:35:04 -0500
- changeset 24
- 4013d2901832
- parent 9
-
751216807683
- child 26
-
77cd7b8fb6a6
- permissions
- -rwxr-xr-x
Document LFS installation
--@module plugin.breadcrumb
local plugin_breadcrumb={}
local path=require("path")
function plugin_breadcrumb.trail(env)
return "(TODO)"
end
return plugin_breadcrumb