enance compatibility

This commit is contained in:
vv01f 2022-07-17 07:57:08 +02:00
parent 8c603e0318
commit 5a86176254
1 changed files with 2 additions and 3 deletions

View File

@ -23,9 +23,8 @@ time { font-family: Arial, sans-serif; font-size: 10pt; }</style>
<p>
<ul>
EOF
for i in $( ls -1v ds*.html | tac ); do
n=$(echo $i|cut -d. -f1|cut -c3-)
echo "<li><a href=\"references/$i\">Ausgabe $n</a></li>" >> ${fn}
for n in $( ls ds*.html|cut -c3- |cut -d'.' -f1|sort -n|tac ); do
echo "<li><a href=\"references/ds${n}.html\">Ausgabe $n</a></li>" >> ${fn}
done
cat >> ${fn} <<EOF
</ul>