]> git.donarmstrong.com Git - lilypond.git/blob - buildscripts/gen-sitemap.sh
7f9bcbc95e8ff56a0e46b324305514a204a01fd6
[lilypond.git] / buildscripts / gen-sitemap.sh
1 #!/bin/sh
2
3 TMPDIR=/tmp/gen-sitemap
4 for tarball in $*; do
5     tar -C $TMPDIR -xfz $tarball '*.html'
6 done