Shift X2 status from legacy to archived
[khatus.git] / x4 / bin / khatus_x4_sensor_datetime
... / ...
CommitLineData
1#! /bin/sh
2
3set -e
4
5. "$(dirname $(realpath $0))/khatus_x4_lib_common_sensor.sh"
6
7sensor() {
8 printf "datetime $(date +'%a %b %d %H:%M:%S')\n"
9}
10
11run_as_poller
This page took 0.028658 seconds and 4 git commands to generate.