#!/bin/bash lmsensors=`which sensors` if [ $? -eq 0 ] then echo '<<>>' $lmsensors fi