Add some notes on actuator(s)
[khatus.git] / bin / khatus_sensor_temperature
CommitLineData
f37162a4
SK
1#! /bin/sh
2
3set -e
4
5thermal_zone="$1"
6
7cat "/sys/class/thermal/thermal_zone${thermal_zone}/temp"
This page took 0.023019 seconds and 4 git commands to generate.