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