#!/bin/bash
cmd=
if ; then ; fi
# Disable CPU frequency variability (Turbo Boost).
cpudir=/sys/devices/system/cpu
if ; then
min_perf_pct=""
max_perf_pct=""
freq=""
elif ; then
governor=""
freq=""
for; do
done
fi
# Re-enable CPU variability.
if ; then
elif ; then
for; do
done
fi