5 lines
103 B
Bash
5 lines
103 B
Bash
#! /bin/sh
|
|
|
|
EPOCH=$(date +%s)
|
|
|
|
echo "__sdlogger__ {\"cmd\": \"RTC\", \"epoch\": ${EPOCH}}" > /dev/kmsg
|