aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--temp_throttle.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/temp_throttle.sh b/temp_throttle.sh
index 3263b08..b9cac08 100644
--- a/temp_throttle.sh
+++ b/temp_throttle.sh
@@ -6,11 +6,11 @@
# http://github.com/Sepero/temp-throttle/
# http://seperohacker.blogspot.com/2012/10/linux-keep-your-cpu-cool-with-frequency.html
+# License: GNU GPL 2.0
+
# Usage: temp_throttle.sh max_temp
# USE CELSIUS TEMPERATURES.
-# License: GNU GPL 2.0
-
if [ $# -ne 1 ]; then
# If temperature wasn't given, then print a message and exit.
echo "Please supply a maximum desired temperature in Celsius." 1>&2