From 10d087daece5b9e86653409a19ba4bc927e8c844 Mon Sep 17 00:00:00 2001 From: Sepero Date: Mon, 13 May 2013 14:55:11 -0300 Subject: Slightly modified comment ordering --- temp_throttle.sh | 4 ++-- 1 file 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 -- cgit v1.2.3