aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSepero <sepero111@gmail.com>2015-01-31 18:00:54 -0500
committerSepero <sepero111@gmail.com>2015-01-31 18:00:54 -0500
commit3d642316fb5bc355bf5f5f5aae21deb4b29e71e1 (patch)
treeb5757555ef9087a9da2d3f9adb3338ad02a8d678
parent5ddf325c455995bce084a560b3cfc56e41367d62 (diff)
Update
-rw-r--r--README.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/README.md b/README.md
index c2d09b8..826917f 100644
--- a/README.md
+++ b/README.md
@@ -1,14 +1,14 @@
temp-throttle
=============
-A shell script for throttling system CPU frequency based on a desired maximum temperature.
+Linux shell script for throttling system CPU frequency based on a desired maximum temperature (celsius).
-Set a desired maximum temperature for your system using this script. If the maximum temperature is exceeded, the script will limit the speed of your CPU cores incrementally until the system is again below your desired maximum temperature. (If your system remains above maximum temperature after completely limiting your CPU cores, it will simply stay limited until temperatures drop below the maximum desired.)
+Set a maximum temperature for your system using this script. If the maximum temperature is exceeded, the script will limit the speed of your CPU cores incrementally until the system is again below your desired maximum temperature. (If your system remains above maximum temperature after completely limiting your CPU cores, it will simply stay limited until temperatures drop below the maximum desired.)
This script must be run with root or sudo privileges. Only Celsius temperatures are supported. This example will limit system temperatures to 80 Celsius:
- sudo ./temp_throttle 80
+ sudo ./temp_throttle.sh 80
For more instructions, see here:
@@ -23,4 +23,4 @@ Links: http://seperohacker.blogspot.com/2012/10/linux-keep-your-cpu-cool-with-fr
License: GNU GPL 2.0
Usage: `temp_throttle.sh max_temp`
-USE CELSIUS TEMPERATURES
+USES CELSIUS TEMPERATURES