From c1e4b01a2de44ffaf00d8f6a14e8eace011f848c Mon Sep 17 00:00:00 2001 From: kaa Date: Sun, 29 Sep 2024 12:55:32 -0700 Subject: monthly.sh bugs --- photographed/monthly.sh | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'photographed') diff --git a/photographed/monthly.sh b/photographed/monthly.sh index c8a849a..7003357 100755 --- a/photographed/monthly.sh +++ b/photographed/monthly.sh @@ -18,7 +18,7 @@ padimg() { printf "\t\t\t" - printf "\t\t\t\t%s%s%s" "" printf "\t\t\t\n" printf "\t\t\t
\n" @@ -88,10 +88,11 @@ do nextoutfn=photographed/${year}-${month}.html if ! [ -z $outfn ] then - printf "\t\t\t

later

" >> $outfn - printf "\t\t\t

earlier

" >> $outfn + printf "\t\t\t

later

" >> $outfn + printf "\t\t\t

earlier

" >> $outfn cat footer/photographed.txt >> $outfn fi + poutfn=$outfn outfn=$nextoutfn echo $outfn cat header/photographed.txt > $outfn -- cgit v1.2.3