@@ -0,0 +1,3 @@
+#!/bin/bash
+
+curl -s http://localhost:1844/today | jq -r '.message' | sed 's/<[^>]*>//g'