chmod 0446 /sys/devices/system/cpu/cpu0/cpufreq/scaling_max_freq

if [[ ! -z $2 ]]; then
	echo $2 > $1
fi

echo `cat $1`
