Initial commit
This commit is contained in:
4
set-batt-40-70
Executable file
4
set-batt-40-70
Executable file
@@ -0,0 +1,4 @@
|
||||
#!/bin/bash
|
||||
echo 40 > /sys/class/power_supply/BAT0/charge_start_threshold
|
||||
echo 70 > /sys/class/power_supply/BAT0/charge_stop_threshold
|
||||
read -p "Thresholds set to 40 & 70"
|
||||
Reference in New Issue
Block a user