Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/gionn/macbook-fans

Very simple fan control bash script for macbook (pro) on GNU/Linux
https://github.com/gionn/macbook-fans

Last synced: 11 days ago
JSON representation

Very simple fan control bash script for macbook (pro) on GNU/Linux

Awesome Lists containing this project

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 &