dotfiles/.local/bin/kill-remote-sessions

6 lines
56 B
Bash
Executable File

#!/bin/bash
pkill -fe 'kubectl exec'
pkill -fe 'ssh '