Slightly modified comment ordering

This commit is contained in:
Sepero 2013-05-13 14:55:11 -03:00
parent 4f2bfa3be4
commit 10d087daec
1 changed files with 2 additions and 2 deletions

View File

@ -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