also made it so the weekday is displayed with the date

main
The_miro 2025-10-27 20:35:04 +01:00
parent f84d27c3a0
commit 84a854c96f
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ elif [[ $weekdaynum -eq 7 ]]; then
fi
echo ======================
date '+%d.%m.%Y'
date '+%A, %d.%m.%Y'
echo ======================
cal -m | sed -e 's/^/ /' | sed "s/ $today /[$today]/" | sed "s/ $weekday /[$weekday]/"