mirror of
				https://git.openwrt.org/project/luci.git
				synced 2025-11-01 06:08:58 +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()
 | |
| 
 | 
