sort
This commit is contained in:
parent
0348440832
commit
fc46f122e2
1 changed files with 1 additions and 0 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue