mirror of
https://github.com/openwrt/luci.git
synced 2026-05-31 10:31:55 +08: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()
|
|
|