diff options
author | Florian Pritz <f-p@gmx.at> | 2009-06-14 13:19:52 +0200 |
---|---|---|
committer | Florian Pritz <f-p@gmx.at> | 2009-06-14 13:19:52 +0200 |
commit | b4b65f421491d41528e39b7bccc6182270296adb (patch) | |
tree | 2e66a33cefe5ca140c68cf790e49f07908864685 | |
parent | 11eac06a26b84c8b7771dd98c7026f8b8c4639f5 (diff) | |
download | bin-b4b65f421491d41528e39b7bccc6182270296adb.tar.gz bin-b4b65f421491d41528e39b7bccc6182270296adb.tar.xz |
logic fail (script won't start at all)
-rwxr-xr-x | irssi_notify.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/irssi_notify.sh b/irssi_notify.sh index ad5365d..c7281be 100755 --- a/irssi_notify.sh +++ b/irssi_notify.sh @@ -1,6 +1,6 @@ #!/bin/bash -pgrep irssi_notify.sh && exit +#pgrep irssi_notify.sh && exit #tail -f $HOME/.irssi/fnotify | ssh mistral 'inotail -f -n 0 ~/.irssi/fnotify' | |