aboutsummaryrefslogtreecommitdiff
path: root/scripts/.scripts/weechat_notify.sh
diff options
context:
space:
mode:
authorneodarz <neodarz@neodarz.net>2017-09-13 00:49:27 +0200
committerneodarz <neodarz@neodarz.net>2017-09-13 00:49:27 +0200
commitef842671015b86618a57994584c668f8bb06889c (patch)
treec682396c04621b7d51ee9f1ed25240bae87f6b8e /scripts/.scripts/weechat_notify.sh
parente8b9f41910501009cecdd7fd13de77c73ddf9fc4 (diff)
downloaddotfiles_ascii-ef842671015b86618a57994584c668f8bb06889c.tar.xz
dotfiles_ascii-ef842671015b86618a57994584c668f8bb06889c.zip
add pyrnotify.py
Diffstat (limited to 'scripts/.scripts/weechat_notify.sh')
-rwxr-xr-xscripts/.scripts/weechat_notify.sh2
1 files changed, 1 insertions, 1 deletions
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}')