diff options
| author | Sepero <cowpie2000@hotmail.com> | 2013-05-13 14:55:11 -0300 |
|---|---|---|
| committer | Sepero <cowpie2000@hotmail.com> | 2013-05-13 14:55:11 -0300 |
| commit | 10d087daece5b9e86653409a19ba4bc927e8c844 (patch) | |
| tree | bc2727df3973259d866e3b8dce8656f6c6a89140 | |
| parent | 4f2bfa3be4944a219d7a0b4b23afb4b97086fcec (diff) | |
Slightly modified comment ordering
| -rw-r--r-- | temp_throttle.sh | 4 |
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 |
