#!/bin/sh

text="$(date +" %H:%M")"

printf '{ "text": "%s", "class": "block" }\n' "$text"