helper-scripts/kill-chats.sh
c47 581efa43a8 Initial commit
Added a minimal default-tmux.sh and a chat client kill script.
2024-01-16 19:21:53 +01:00

4 lines
110 B
Bash

for CC in schildichat-des skypeforlinux signal-desktop google-chrome; do
kill `pidof ${CC} 2>/dev/null`
done