The gluon-web package is basically a stripped-down and refactored version of the LuCI base.
4 lines
59 B
Lua
Executable File
4 lines
59 B
Lua
Executable File
#!/usr/bin/lua
|
|
require "gluon.web.cgi"
|
|
gluon.web.cgi.run()
|