freebsd-ports/sysutils/env4801/files/env4801.sh
Lars Thegler 4951bf1468 Add env4801 0.2, output the voltages and temperatures of a Soekris
Net4801 computer.

PR:		ports/74316
Submitted by:	Patrick M. Hausen (pmh@hausen.com)
2005-04-03 11:54:33 +00:00

10 lines
97 B
Bash

#!/bin/sh
#
case "$1" in
start|restart)
%%PREFIX%%/sbin/env4801 -i
;;
stop)
;;
esac