소스 검색

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 1 주 전
부모
커밋
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'