X-Git-Url: http://wien.tomnetworks.com/gitweb/?p=sh-gallery.git;a=blobdiff_plain;f=jpg2html.sh;h=e826dfc73a90e62246be6992145e70150fd3412f;hp=dc85e1b5ea3583d3308ca076a172fe66df915364;hb=HEAD;hpb=ac8a665cfe748891d7f1d21d934ab541b7becbc6 diff --git a/jpg2html.sh b/jpg2html.sh index dc85e1b..e826dfc 100755 --- a/jpg2html.sh +++ b/jpg2html.sh @@ -35,11 +35,12 @@ for i in `seq 1 $len `; do cat $bn_this.desc >> tmp fi - cat tmpl_h.html tmp tmpl_f.html > $bn_this.html + rg="s/13371337/`basename $bn_this`/g" + (cat tmpl_h.html tmp; sed -e $rg tmpl_f.html) > $bn_this.html rm tmp done printf "

download: hi-res, lo-res\n" >> all.tmp -cat tmpl_h.html all.tmp tmpl_f.html > index.html +(cat tmpl_h.html all.tmp; sed -e s/13371337/dreadcutmain/g tmpl_f.html) > index.html rm all.tmp