💾 Archived View for lyk.so › systems › gemini › mozz-chat › notify.sh captured on 2024-08-18 at 19:35:28.
⬅️ Previous capture (2023-01-29)
-=-=-=-=-=-=-
#!/bin/sh gemget -o - gemini://chat.mozz.us/stream | while read line; do msg="$(echo "$line" | tail -c+24)" notify-send "$msg" done