... | ... |
@@ -74,6 +74,7 @@ if test $first -lt $last; then |
74 | 74 |
fi |
75 | 75 |
|
76 | 76 |
for scrutin in $(seq $last); do |
77 |
+ printf "." |
|
77 | 78 |
tar -C /dev/shm -Oxf "$archive_scrutins" $scrutin > $tempfile |
78 | 79 |
|
79 | 80 |
title=$(sed -rn '/<h1 class="">Analyse du scrutin n° '$scrutin'/n; s,^.*<h3 class="president-title">(.+).</h3>,\1,p' $tempfile | sed "s/;//g; s/[ \t][ \t]+/ /g; s/^Scrutin public sur *//; s/^l[ae'] *//") |