This commit is contained in:
Milan Hauth 2022-09-28 08:12:27 +02:00
parent 0348440832
commit fc46f122e2

View file

@ -6,6 +6,7 @@ do
(
printf '# %s\n\n' "$month"
find . -maxdepth 1 -name "$month-*.webp" -printf '%P\n' |
sort |
while read f
do
printf '## %s\n\n' "$f"