Created
March 21, 2017 08:03
-
-
Save gadtfly/3dc7b67cdd8d1a6398c6d31985d2f747 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
| DEFAULT_CPU=15 | |
| CPU=${1:-$DEFAULT_CPU} | |
| PID=$(ps -A | grep -m1 Isaac | awk '{print $1}') | |
| sudo cputhrottle $PID $CPU |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment