fixed calender, fr this time

main
The_miro 2025-10-27 20:30:21 +01:00
parent 2826ab75ac
commit 277656d852
1 changed files with 3 additions and 5 deletions

View File

@ -18,10 +18,8 @@ elif [[ $weekdaynum -eq 7 ]]; then
weekday="Su"
fi
#echo $weekday
cal -m | sed -z 's/\n/ \n /g' | sed "s/\b $today \b/[$today]/" | sed "s/\b $weekday \b/[$weekday]/"
date '+%d.%m.%Y'
echo ======================
cal -m | sed -e 's/^/ /' | sed "s/ $today /[$today]/" | sed "s/ $weekday /[$weekday]/"