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