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