This website works better with JavaScript
Página Principal
Explorar
Ajuda
Iniciar Sessão
Superglue
/
serverfiles
Vigiar
2
Colocar Estrela
0
Fork
0
Ficheiros
Problemas
0
Pull Requests
0
Wiki
Árvore:
9ab3f8d832
Ramos
Etiquetas
master
serverfiles
/
openwrt
/
common
/
etc
/
lighttpd
/
opts.sh
opts.sh
103 B
Histórico
Em bruto
1
2
3
4
5
6
7
8
#!/bin/sh
_CONFDIR='/etc/lighttpd'
for i in $*; do
printf '%b' 'include ' "\"$_CONFDIR/$i\""
done