diff options
-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' | |