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