浏览代码

replacing the perl frontend with a suite of bash scripts that should work across any POSIX-compliant system. first up is badiNow, which outputs to simple stdio

Gemini 6 天之前
父节点
当前提交
25fdf58e75
共有 1 个文件被更改,包括 3 次插入0 次删除
  1. 3 0
      bin/badiNow

+ 3 - 0
bin/badiNow

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