Files
webgui/emhttp/plugins/dynamix/scripts/powermode
2023-12-26 22:13:16 +01:00

6 lines
141 B
Bash
Executable File

#!/bin/bash
if [[ -n $1 ]]; then
# $1 is new governor
echo $1 | tee /sys/devices/system/cpu/cpu*/cpufreq/scaling_governor &>/dev/null
fi