Added comment informationals

This commit is contained in:
Sepero 2013-05-13 14:54:07 -03:00
parent a952d13bd0
commit 4f2bfa3be4
1 changed files with 9 additions and 1 deletions

View File

@ -1,8 +1,16 @@
#!/bin/bash
# temp_throttle.sh max_temp
# Authors: Sepero (sepero 111 @ gmail . com)
# Links
# http://github.com/Sepero/temp-throttle/
# http://seperohacker.blogspot.com/2012/10/linux-keep-your-cpu-cool-with-frequency.html
# 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