💾 Archived View for alpha.lyk.so › systems › gemini › mozz-chat › notify.sh captured on 2023-03-20 at 17:46:11.
⬅️ 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