initial commit
[anonymous-chrysantemum.git] / make_text.sh
blob3483426d78d0bf310bc02a4d5509ffd04a8715b8
1 #!/bin/sh
3 ANIMATION_DELAY=$(bc <<EOF
4 $(cat _stem_delay) + 0.5
5 EOF
8 cat <<EOF
9 <div class="wesolych" style="animation-delay: ${ANIMATION_DELAY}s;">
10 <img src="wesolych.svg" alt="&quot;Wesołych Świąt&quot; text" draggabe="false"></img>
11 </div>
12 <div class="wszystkich" style="animation-delay: ${ANIMATION_DELAY}s;">
13 <img src="wszystkich.svg" alt="&quot;Wszystkich Świętych&quot; text" draggable="false"></img>
14 </div>
15 EOF