#!/bin/sh
set -e

[ -r conf ] && . ./conf

exec 2>&1
cpupower
exec chpst -b cpupower pause
