also made it so the weekday is displayed with the date
parent
f84d27c3a0
commit
84a854c96f
|
|
@ -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]/"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue