Sign in
apache
/
openoffice-org
/
refs/heads/services_https
/
.
/
assets
/
it
/
doc
/
utenti
/
nomenu
/
make-menu.sh
blob: 95884d08947d5dcce899b296306cbee9bf761d1c [
file
]
#!/bin/sh
for
i
in
*.
html
;
do
cat top
.
inc $i bottom
.
inc
>
../
$i
;
done