Merge branch 'master' of github.com:walkah/dotfiles

This commit is contained in:
James Walker 2013-06-08 22:30:46 -04:00
commit a3f2d99970

View File

@ -10,6 +10,9 @@ notify()
fi fi
} }
# Avoid spawning script twice.
ps aux | grep ircnotify.sh | grep -v grep | grep -v $$ && exit
(ssh irc.walkah.net -o PermitLocalCommand=no \ (ssh irc.walkah.net -o PermitLocalCommand=no \
": > .irssi/fnotify ; tail -f .irssi/fnotify " | \ ": > .irssi/fnotify ; tail -f .irssi/fnotify " | \
while read heading message; do \ while read heading message; do \