aboutsummaryrefslogtreecommitdiff
path: root/scripts/.scripts/weechat_notify.sh
diff options
context:
space:
mode:
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}')