This website works better with JavaScript
Strona główna
Odkrywaj
Pomoc
Zaloguj się
Superglue
/
serverfiles
Obserwuj
2
Polub
0
Forkuj
0
Pliki
Problemy
0
Oczekujące zmiany
0
Wiki
Drzewo:
d4e4377b45
Gałęzie
Tagi
master
serverfiles
/
openwrt
/
common
/
etc
/
lighttpd
/
opts.sh
opts.sh
103 B
Historia
Czysty
1
2
3
4
5
6
7
8
#!/bin/sh
_CONFDIR='/etc/lighttpd'
for i in $*; do
printf '%b' 'include ' "\"$_CONFDIR/$i\""
done