Skip to content

Instantly share code, notes, and snippets.

@RobertAudi
Created October 17, 2013 11:00
Show Gist options
  • Save RobertAudi/7022999 to your computer and use it in GitHub Desktop.
Save RobertAudi/7022999 to your computer and use it in GitHub Desktop.
#!/bin/sh
(ssh <user>@<ip> -o PermitLocalCommand=no \
": > .irssi/fnotify ; tail -f .irssi/fnotify " | \
while read heading message; do \
growlnotify -s -t "${heading}" -m "${message}"; \
done)&
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment