vp-build/srcpkgs/hddtemp/files/hddtemp/run

4 lines
69 B
Bash
Executable File

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