e090d560cd38faa01a6df958e55f8fbcf8259cb7
[project/luci.git] / core / ffluci
1 #!/usr/bin/haserl --shell=luac
2 package.path = "/usr/lib/lua/?.lua;/usr/lib/lua/?/init.lua;" .. package.path
3 package.cpath = "/usr/lib/lua/?.so;" .. package.cpath
4 require("ffluci").dispatch()
5