amd_laptop_undervolt/powersave.sh

9 lines
151 B
Bash
Raw Normal View History

2023-01-25 16:33:34 +01:00
#!/bin/sh
GOVERNOR='powersave'
if [ "$1" ]; then
GOVERNOR="$1"
fi
echo "$GOVERNOR" | sudo tee /sys/devices/system/cpu/cpu*/cpufreq/scaling_governor