projects
/
project
/
luci.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
contrib: drop luacurses, it was never used and fails the build on modern distros
[project/luci.git]
/
build
/
luci.cgi
1
#!/usr/bin/lua
2
3
dofile "../../build/setup.lua"
4
5
require "luci.cacheloader"
6
require "luci.sgi.cgi"
7
luci.dispatcher.indexcache = "/tmp/luci-indexcache"
8
luci.sgi.cgi.run()