Skip to content

Instantly share code, notes, and snippets.

@k0nserv
Created December 15, 2013 23:09
Show Gist options
  • Save k0nserv/7979662 to your computer and use it in GitHub Desktop.
Save k0nserv/7979662 to your computer and use it in GitHub Desktop.
#!/bin/bash
(: > .irssi/fnotify ; tail -f .irssi/fnotify | \
while read heading message; do \
/usr/local/bin/growlnotify -t "${heading}" -m "${message}"; \
done)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment