1
0
Fork 0
vdotfiles/cli/.config/fish/functions/kshell.fish
2024-11-11 12:21:02 +02:00

3 lines
83 B
Fish

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