hl current

This commit is contained in:
tavo-wasd 2024-03-07 10:51:32 -06:00
parent 95c95f9ee1
commit 39f7cf0bca

5
scripts/cal Executable file
View file

@ -0,0 +1,5 @@
#!/bin/sh
HCOL="\x1b[44m"
TODAY="$(date '+%d' | sed 's/^0//')"
/bin/cal | sed "s, $TODAY ,$HCOL $TODAY\x1b[0m ,"