dots/scripts/Documents/Scripts/schedutilgov.sh
2022-04-03 01:02:38 +02:00

5 lines
229 B
Bash

#!/bin/bash
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