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