#!/bin/sh
[ -r conf ] && . ./conf
exec hddtemp -dF ${OPTS:=/dev/sda}
