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)