repo.or.cz
/
lilypond.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
lilypond-1.3.67
[lilypond.git]
/
buildscripts
/
gen-sitemap.sh
blob
7f9bcbc95e8ff56a0e46b324305514a204a01fd6
1
#!/bin/sh
2
3
TMPDIR
=/
tmp
/
gen-sitemap
4
for
tarball
in
$
*;
do
5
tar
-C
$TMPDIR
-xfz
$tarball
'*.html'
6
done