#!/bin/sh text=$(date +" %a %b %d") printf '{ "text": "%s", "class": "block" }\n' "$text"