From 8041a208b52d699d5067498ae6905529b26a3125 Mon Sep 17 00:00:00 2001 From: Scott Wallace Date: Thu, 17 Mar 2016 20:01:45 +0000 Subject: [PATCH] Reduce the size of the process name is ps-graph. --- bin/ps-graph | 1 + 1 file changed, 1 insertion(+) diff --git a/bin/ps-graph b/bin/ps-graph index 2474838..9d3139f 100755 --- a/bin/ps-graph +++ b/bin/ps-graph @@ -210,6 +210,7 @@ function ps2gv { } } gsub(/^\/.*\//, "", comm) + gsub(/.*\./, "", comm) colortxt = "" if (comm2color[comm] != "") {