mirror of
https://github.com/Crocmagnon/dotfiles.git
synced 2024-11-05 14:23:56 +01:00
5 lines
77 B
Fish
5 lines
77 B
Fish
|
# Defined interactively
|
||
|
function wpods
|
||
|
watch -n 2 kubectl get pods $argv
|
||
|
end
|