mirror of
https://gitlab.com/dabruh/dotfiles.git
synced 2025-04-25 10:38:11 +02:00
Kills remote sessions.
This commit is contained in:
parent
8e5a901947
commit
134c476cb0
1 changed files with 5 additions and 0 deletions
5
.local/bin/kill-remote-sessions
Executable file
5
.local/bin/kill-remote-sessions
Executable file
|
@ -0,0 +1,5 @@
|
||||||
|
#!/bin/bash
|
||||||
|
|
||||||
|
pkill -fe 'kubectl exec'
|
||||||
|
pkill -fe 'ssh '
|
||||||
|
|
Loading…
Reference in a new issue