This website works better with JavaScript
Accueil
Explorer
Aide
Connexion
Superglue
/
serverfiles
Suivre
2
Voter
0
Fork
0
Fichiers
Tickets
0
Pull Requests
0
Wiki
Aborescence:
7daf53d9d1
Branches
Tags
master
serverfiles
/
openwrt
/
common
/
etc
/
lighttpd
/
opts.sh
opts.sh
103 B
Historique
Raw
1
2
3
4
5
6
7
8
#!/bin/sh
_CONFDIR=
'/etc/lighttpd'
for
i
in
$*;
do
printf
'%b'
'include '
"\"
$_CONFDIR
/
$i
\""
done