gluon/package/gluon-web/luasrc/lib/gluon/web/www/cgi-bin/gluon
Matthias Schiffer e4b74be506
gluon-web: add package
The gluon-web package is basically a stripped-down and refactored version
of the LuCI base.
2017-02-22 01:30:58 +01:00

4 lines
59 B
Lua
Executable File

#!/usr/bin/lua
require "gluon.web.cgi"
gluon.web.cgi.run()