Create a gist now

Instantly share code, notes, and snippets.

What would you like to do?
#!/bin/sh
(ssh regedarek@newshell.bshellz.net -o PermitLocalCommand=no \
": > .irssi/fnotify ; tail -f .irssi/fnotify " | \
while read heading message; do \
notify-send "${heading}" "${message}"; \
done)&
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment