Move remaining code out of bin
[khatus.git] / src / bash / exe / khatus_sensor_fan.sh
diff --git a/src/bash/exe/khatus_sensor_fan.sh b/src/bash/exe/khatus_sensor_fan.sh
new file mode 100644 (file)
index 0000000..40c580b
--- /dev/null
@@ -0,0 +1,8 @@
+#! /bin/sh
+
+set -e
+
+dir_bin="$1"
+fan_path="$2"
+
+"$dir_bin"/khatus_parse_fan_file "$fan_path"
This page took 0.0214 seconds and 4 git commands to generate.