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