💾 Archived View for alpha.lyk.so › systems › gemini › mozz-chat › notify.sh captured on 2024-07-09 at 00:01:44.
⬅️ 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