parent
9bbfa0cab6
commit
327302a60f
@ -0,0 +1,2 @@ |
||||
powersave |
||||
undervolt |
@ -0,0 +1,8 @@ |
||||
#!/bin/sh |
||||
|
||||
GOVERNOR='powersave' |
||||
if [ "$1" ]; then |
||||
GOVERNOR="$1" |
||||
fi |
||||
|
||||
echo "$GOVERNOR" | sudo tee /sys/devices/system/cpu/cpu*/cpufreq/scaling_governor |
Loading…
Reference in new issue