#!/bin/bash
S=`</sys/devices/system/cpu/cpu0/cpufreq/scaling_cur_freq`; S="${S%???}"; echo $S
if [ "x$1" = x-a ]; then
	mhz
	load
	hot
fi
