home
/
code
/
khatus.git
/ blame
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blob
|
blame
(incremental) |
history
|
HEAD
Port connection-counting x4 bluetooth sensor to x2
[khatus.git]
/
x4
/
bin
/
khatus_x4_sensor_datetime
Commit
Line
Data
4411059d
SK
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.020179 seconds
and
4
git commands to generate.