mirror of https://gitlab.com/dabruh/dotfiles.git
6 lines
56 B
Plaintext
6 lines
56 B
Plaintext
|
#!/bin/bash
|
||
|
|
||
|
pkill -fe 'kubectl exec'
|
||
|
pkill -fe 'ssh '
|
||
|
|