Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/gionn/macbook-fans
- Owner: gionn
- License: gpl-3.0
- Created: 2010-08-01T10:52:13.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2010-08-01T10:56:51.000Z (over 14 years ago)
- Last Synced: 2025-01-12T05:39:27.010Z (17 days ago)
- Homepage:
- Size: 97.7 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- License: COPYING
Awesome Lists containing this project
README
Very simple fan control bash script for macbook (pro) on GNU/Linux.
by Giovanni ToraldoInstallation:
sudo cp fans /usr/local/bin/
sudo chmod +x /usr/local/bin/fansAdd to rc.local:
sudo nano -w /etc/rc.local
Paste before exit 0:
/usr/local/bin/fans &