hl current
This commit is contained in:
parent
95c95f9ee1
commit
39f7cf0bca
1 changed files with 5 additions and 0 deletions
5
scripts/cal
Executable file
5
scripts/cal
Executable 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 ,"
|
Loading…
Reference in a new issue