Grab wifi status from iwconfig instead of nmcli
[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.028202 seconds and 4 git commands to generate.