diff options
| -rwxr-xr-x | temp_throttle.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/temp_throttle.sh b/temp_throttle.sh index d90f368..8d4f7d1 100755 --- a/temp_throttle.sh +++ b/temp_throttle.sh @@ -139,6 +139,9 @@ get_temp () { ### END define script functions. +echo "Initialize to max CPU frequency" +unthrottle + # Main loop while true; do |
