#!/bin/bash [[ -x /usr/bin/cpupower ]] || exit $NA CPUPOWER_GOVERNOR_AC=${CPUPOWER_GOVERNOR_AC:-ondemand} CPUPOWER_GOVERNOR_BAT=${CPUPOWER_GOVERNOR_BAT:-conservative} help() { cat <