Last active
May 17, 2017 06:37
-
-
Save CroneKorkN/b0d67026383ea1a972a74cbaac4f38ce to your computer and use it in GitHub Desktop.
bettertochtool cpu usage
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
return do shell script "echo cpu $(ps axo %cpu | awk '{s+=$1}END{print s}' | cut -f 1 -d '.')%" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment