#!/bin/sh

if [ -f /dev/temperature ]
	then
	/sbin/fan_ctrl ON
	/sbin/set_therm 50
fi
