Skip to content

Instantly share code, notes, and snippets.

@adelcambre
Created December 6, 2008 01:22
Show Gist options
  • Save adelcambre/32580 to your computer and use it in GitHub Desktop.
Save adelcambre/32580 to your computer and use it in GitHub Desktop.
#!/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)&
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment