Join GitHub today
GitHub is home to over 31 million developers working together to host and review code, manage projects, and build software together.
Sign up
Very simple fan control bash script for macbook (pro) on GNU/Linux
Permalink
Type | Name | Latest commit message | Commit time |
---|---|---|---|
Failed to load latest commit information. | |||
![]() |
COPYING |
|
|
![]() |
README |
|
|
![]() |
fans |
|
README
Very simple fan control bash script for macbook (pro) on GNU/Linux. by Giovanni Toraldo Installation: sudo cp fans /usr/local/bin/ sudo chmod +x /usr/local/bin/fans Add to rc.local: sudo nano -w /etc/rc.local Paste before exit 0: /usr/local/bin/fans &