1
0
Fork 0
vdotfiles/dot_config/private_fish/functions/kshell.fish
2025-01-02 17:33:13 +02:00

3 lines
83 B
Fish

function kshell
command kubectl exec -n "$1" --stdin --tty "$2" -- /bin/sh
end