Created
June 16, 2022 10:42
-
-
Save michaelb87/2b1aa446001020fdbe9dc4e961eccd7a to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
cat bat_safe.sh | |
#!/bin/sh | |
sudo tlp setcharge 75 80 BAT0 | |
sudo tlp setcharge 85 95 BAT1 | |
cat bat_normal.sh | |
#!/bin/sh | |
sudo tlp setcharge 93 97 BAT0 | |
sudo tlp setcharge 90 98 BAT1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment