Improve overview and experiment naming
[khatus.git] / v2 / src / bash / exe / khatus_sensor_temperature.sh
diff --git a/v2/src/bash/exe/khatus_sensor_temperature.sh b/v2/src/bash/exe/khatus_sensor_temperature.sh
deleted file mode 100644 (file)
index 321c8d8..0000000
+++ /dev/null
@@ -1,15 +0,0 @@
-#! /bin/sh
-
-set -e
-
-thermal_zone="$1"
-
-awk '
-    BEGIN {
-        OFS = msg_fs ? msg_fs : "|"
-        Kfs = key_fs ? key_fs : ":"
-    }
-
-    {print("temp_c", $1 / 1000)}
-' \
-"/sys/class/thermal/thermal_zone${thermal_zone}/temp"
This page took 0.023844 seconds and 4 git commands to generate.