bash-scripts/powersave.sh

4 lines
75 B
Bash
Raw Permalink Normal View History

2023-12-31 18:55:53 +01:00
for x in /sys/devices/system/cpu/cpu[1-3]*/online; do
echo 0 > "$x"
done