This website works better with JavaScript
Domů
Procházet
Nápověda
Přihlásit se
Superglue
/
serverfiles
Sledovat
2
Oblíbit
0
Rozštěpit
0
Soubory
Úkoly
0
Pull Requesty
0
Wiki
Strom:
9f8a218cfc
Větve
Značky
master
serverfiles
/
openwrt
/
common
/
etc
/
lighttpd
/
opts.sh
opts.sh
103 B
Historie
Surový
1
2
3
4
5
6
7
8
#!/bin/sh
_CONFDIR='/etc/lighttpd'
for i in $*; do
printf '%b' 'include ' "\"$_CONFDIR/$i\""
done