From ef842671015b86618a57994584c668f8bb06889c Mon Sep 17 00:00:00 2001 From: neodarz Date: Wed, 13 Sep 2017 00:49:27 +0200 Subject: add pyrnotify.py --- scripts/.scripts/weechat_notify.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/.scripts/weechat_notify.sh') diff --git a/scripts/.scripts/weechat_notify.sh b/scripts/.scripts/weechat_notify.sh index e2b28af..49bef0c 100755 --- a/scripts/.scripts/weechat_notify.sh +++ b/scripts/.scripts/weechat_notify.sh @@ -1,7 +1,7 @@ #!/bin/bash if [[ $1 == "start" ]]; then - python2 /home/neodarz/Code/weechat_notify/pyrnotify.py 4323 & + python2 ~/.scripts/pyrnotify.py 4323 & ssh -fNT -R 4323:localhost:4323 neodarz@neodarz.net -p 19977 elif [[ $1 == "stop" ]]; then sudo kill -9 $(ps aux | grep pyrnotify.py | awk '{print $2}') -- cgit v1.2.1