Redirect stderr of each sensor to a (common) log file
[khatus.git] / bin / khatus_sensor_fan
CommitLineData
f37162a4
SK
1#! /bin/sh
2
3set -e
4
5fan_path="$1"
6
7cat "$fan_path"
This page took 0.034995 seconds and 4 git commands to generate.