dots/scripts/Documents/Scripts/schedutilgov.sh
2024-04-29 19:05:39 +02:00

5 lines
227 B
Bash
Executable file

#!/bin/sh
cat /sys/devices/system/cpu/cpu*/cpufreq/scaling_governor
for file in /sys/devices/system/cpu/cpu*/cpufreq/scaling_governor; do echo "schedutil" > $file; done
cat /sys/devices/system/cpu/cpu*/cpufreq/scaling_governor