use normal characters for print-epoch
This commit is contained in:
parent
5306f87db9
commit
15f04034ba
1 changed files with 2 additions and 1 deletions
|
@ -20,7 +20,8 @@ spacing() {
|
|||
|
||||
}
|
||||
|
||||
epoch=$(print-time "$(date +'%s')")
|
||||
# epoch=$(print-time "$(date +'%s')")
|
||||
epoch=$(date +'%s')
|
||||
side=$(spacing $(((COLUMNS - (${#epoch} + 6)) / 2)))
|
||||
|
||||
print-line() {
|
||||
|
|
Loading…
Reference in a new issue