dots/scripts/Documents/Scripts/perfgov.sh

5 lines
229 B
Bash
Raw Normal View History

2024-04-29 19:05:39 +02:00
#!/bin/sh
2022-04-03 01:02:38 +02:00
cat /sys/devices/system/cpu/cpu*/cpufreq/scaling_governor
for file in /sys/devices/system/cpu/cpu*/cpufreq/scaling_governor; do echo "performance" > $file; done
cat /sys/devices/system/cpu/cpu*/cpufreq/scaling_governor