From a17746e0d131759d103fba28c8eba5294d6bf2a5 Mon Sep 17 00:00:00 2001 From: Ethan Edwards Date: Mon, 1 Jun 2020 11:53:16 -0400 Subject: [PATCH] Fixed a bug --- scripts/cpu_info.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/cpu_info.sh b/scripts/cpu_info.sh index 74aaa46..37560ab 100755 --- a/scripts/cpu_info.sh +++ b/scripts/cpu_info.sh @@ -11,6 +11,7 @@ get_percent() Mac) percent=$(ps -A -o %cpu | awk '{s+=$1} END {print s "%"}') + echo $percent ;; Windows)