mirror of
https://github.com/openwrt/luci.git
synced 2025-12-21 14:54:36 +04:00
6 lines
193 B
Plaintext
Executable File
6 lines
193 B
Plaintext
Executable File
#!/usr/bin/haserl --shell=luac
|
|
package.path = "/usr/lib/lua/?.lua;/usr/lib/lua/?/init.lua;" .. package.path
|
|
package.cpath = "/usr/lib/lua/?.so;" .. package.cpath
|
|
require("ffluci").dispatch()
|
|
|