mirror of
https://gitlab.com/dabruh/dotfiles.git
synced 2026-03-14 11:56:17 +01:00
5 lines
56 B
Bash
Executable file
5 lines
56 B
Bash
Executable file
#!/bin/bash
|
|
|
|
pkill -fe 'kubectl exec'
|
|
pkill -fe 'ssh '
|
|
|