From 8e0e61424e479d89d38828e6aec21ab631979d9b Mon Sep 17 00:00:00 2001 From: Florian Pritz Date: Sat, 28 Feb 2009 19:18:18 +0100 Subject: empty the right file... --- irssi_notify.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'irssi_notify.sh') diff --git a/irssi_notify.sh b/irssi_notify.sh index 67ec454..d017c5e 100755 --- a/irssi_notify.sh +++ b/irssi_notify.sh @@ -11,6 +11,6 @@ ssh mistral 'tail -f ~/.irssi/fnotify' | s%([a-zA-Z0-9+_-]+@[^ ]+\.[a-zA-Z]{1,3})%\1%g;" | while read heading message do - echo "" > $HOME/.irssi/fnotify ; + ssh mistral 'echo "" > ~/.irssi/fnotify'; notify-send -t 5000 -- "${heading}" "${message}"; done -- cgit v1.2.3-24-g4f1b