Begin X4 prototype
[khatus.git] / x4 / bin / khatus_x4_sensor_datetime
diff --git a/x4/bin/khatus_x4_sensor_datetime b/x4/bin/khatus_x4_sensor_datetime
new file mode 100755 (executable)
index 0000000..4665847
--- /dev/null
@@ -0,0 +1,11 @@
+#! /bin/sh
+
+set -e
+
+. "$(dirname $(realpath $0))/khatus_x4_lib_common_sensor.sh"
+
+sensor() {
+    printf "datetime $(date +'%a %b %d %H:%M:%S')\n"
+}
+
+run
This page took 0.020663 seconds and 4 git commands to generate.