#!/bin/sh

# Set the CPU governor and disable a core
echo ondemand > /sys/devices/system/cpu/cpu0/cpufreq/scaling_governor
echo 0        > /sys/devices/system/cpu/cpu1/online
