home
/
code
/
khatus.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
62bb00b
)
Resurrect signal msg age in seconds
author
Siraaj Khandkar
<siraaj@khandkar.net>
Mon, 9 Jul 2018 15:24:46 +0000
(11:24 -0400)
committer
Siraaj Khandkar
<siraaj@khandkar.net>
Mon, 9 Jul 2018 15:24:46 +0000
(11:24 -0400)
bin/khatus_show
patch
|
blob
|
blame
|
history
diff --git
a/bin/khatus_show
b/bin/khatus_show
index
7b4439d
..
66024e1
100755
(executable)
--- a/
bin/khatus_show
+++ b/
bin/khatus_show
@@
-340,7
+340,7
@@
signal_last_msg_age=$(
months = days / 30;
#fmt = "%.1f";
fmt = "%d";
-
#
printf(fmt " s\n", seconds);
+ printf(fmt " s\n", seconds);
printf(fmt " m\n", minutes);
printf(fmt " h\n", hours);
printf(fmt " d\n", days);
This page took
0.027367 seconds
and
4
git commands to generate.