This website requires JavaScript.
Explore
Help
Register
Sign In
slococo
/
cdotfis-mac
Watch
1
Star
0
Fork
You've already forked cdotfis-mac
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
6f0e376c92
cdotfis-mac
/
dotfiles
/
.local
/
bin
/
doNotCharge.sh
5 lines
96 B
Bash
Executable File
Raw
Blame
History
#!/usr/bin/env bash
charging
=
$(
cbattery status charging
)
[
$?
-eq
0
]
&&
cbattery charging off
Reference in New Issue
View Git Blame
Copy Permalink