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