mirror of https://gitlab.com/dabruh/dotfiles.git
Kills remote sessions.
This commit is contained in:
parent
8e5a901947
commit
134c476cb0
|
@ -0,0 +1,5 @@
|
||||||
|
#!/bin/bash
|
||||||
|
|
||||||
|
pkill -fe 'kubectl exec'
|
||||||
|
pkill -fe 'ssh '
|
||||||
|
|
Loading…
Reference in New Issue