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