fix
This commit is contained in:
parent
39f7cf0bca
commit
fb439caff5
1 changed files with 1 additions and 1 deletions
|
@ -2,4 +2,4 @@
|
||||||
|
|
||||||
HCOL="\x1b[44m"
|
HCOL="\x1b[44m"
|
||||||
TODAY="$(date '+%d' | sed 's/^0//')"
|
TODAY="$(date '+%d' | sed 's/^0//')"
|
||||||
/bin/cal | sed "s, $TODAY ,$HCOL $TODAY\x1b[0m ,"
|
/bin/cal "$@" | sed "s, $TODAY ,$HCOL $TODAY\x1b[0m ,"
|
||||||
|
|
Loading…
Reference in a new issue