Fixed a bug

This commit is contained in:
Ethan Edwards 2020-06-01 11:53:16 -04:00
parent 3e4add6918
commit a17746e0d1

View file

@ -11,6 +11,7 @@ get_percent()
Mac) Mac)
percent=$(ps -A -o %cpu | awk '{s+=$1} END {print s "%"}') percent=$(ps -A -o %cpu | awk '{s+=$1} END {print s "%"}')
echo $percent
;; ;;
Windows) Windows)