1 2 3 4 5
#!/bin/sh text=" $(cat "$HOME/.cache/layout")" printf '{ "text": "%s", "class": "block" }\n' "$text"