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