6 lines
87 B
Plaintext
Raw Normal View History

2024-06-24 09:24:49 +00:00
#!/bin/bash
if (command -v kind &>/dev/null); then
source <(kind completion bash)
fi