add 002
All checks were successful
ci/woodpecker/push/build-deploy Pipeline was successful

This commit is contained in:
41666 2025-05-16 14:22:07 -07:00
parent bb2dee674f
commit 947c4eb571
3 changed files with 400 additions and 1 deletions

View file

@ -4,7 +4,8 @@ cd log
echo "<ul>"
for file in "$(ls -1 ???-*.doll)"; do
files=$(ls ???-*.doll)
for file in $files; do
echo "<li>"
echo "<a href=\"${file//.doll/.html}\">${file//.doll/}</a>"