home
/
code
/
khome.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
036e0e3
)
Fix mem to accumulate instead of setting last
author
Siraaj Khandkar
<siraaj@khandkar.net>
Mon, 2 Nov 2020 21:53:10 +0000
(16:53 -0500)
committer
Siraaj Khandkar
<siraaj@khandkar.net>
Mon, 2 Nov 2020 21:53:10 +0000
(16:53 -0500)
home/lib/login_functions.sh
patch
|
blob
|
blame
|
history
diff --git
a/home/lib/login_functions.sh
b/home/lib/login_functions.sh
index
c34263f
..
2577531
100644
(file)
--- a/
home/lib/login_functions.sh
+++ b/
home/lib/login_functions.sh
@@
-521,7
+521,7
@@
motd() {
n = split(cmd, path, "/") # _may_ be a path
proc = path[n]
total += rss
- by_proc[proc] = rss
+ by_proc[proc]
+
= rss
}
END {
This page took
0.026955 seconds
and
4
git commands to generate.