Files
drunkendotfiles/ascii/fnotify
2026-04-21 09:41:46 -07:00

8 lines
246 B
Bash

#!/bin/bash
(ssh adelcambre@screen_host -o PermitLocalCommand=no \
": > .irssi/fnotify ; tail -f .irssi/fnotify " | \
while read heading message; do \
growlnotify -t "${heading}" -m "${message}"; \
done)&