6f9bd23b36d83763826c2740805fb51fba1fca73
[khatus.git] / bin / khatus_sensor_temperature
1 #! /bin/sh
2
3 set -e
4
5 thermal_zone="$1"
6
7 cat "/sys/class/thermal/thermal_zone${thermal_zone}/temp"
This page took 0.036913 seconds and 3 git commands to generate.