Преглед на файлове

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'