6 lines
		
	
	
		
			80 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			6 lines
		
	
	
		
			80 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
	
	
#!/bin/rc
 | 
						|
if(~ $PATH_INFO */)
 | 
						|
	exec dir-index $params
 | 
						|
if not
 | 
						|
	exec serve-static
 |