From 31247b14552c24f84223b0064bc091fe860ae7a7 Mon Sep 17 00:00:00 2001 From: Sheppy Date: Wed, 25 Oct 2017 22:14:04 +0200 Subject: [PATCH] s --- zshrc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/zshrc b/zshrc index 3fbb3f7..2081964 100644 --- a/zshrc +++ b/zshrc @@ -303,9 +303,10 @@ genocide(){ TMP=$(wget -q -O- --user cip --password $(cat $HOME/.config/herbstluftwm/password.cip) "https://atlantishq.de/cipactive/active_logins") echo $TMP | while read line; do if [[ $line != $HOST ]]; then - ssh -n -q $line -t "pkill -u ik15ydit" + ssh -n -q ${line}.cs.fau.de -t "pkill -s USR2 hl_status && pkill -u ik15ydit" fi done } export genocide + alias insurgency_status="ssh insurgency@atlantishq.de -t /usr/local/bin/insurgency_rcon status"