💾 Archived View for beta.lyk.so › systems › gemini › mozz-chat › notify.sh captured on 2024-07-08 at 23:37:48.
⬅️ 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