7 lines
88 B
Bash
7 lines
88 B
Bash
#!/usr/bin/env bash
|
|
|
|
if _command_exists kind; then
|
|
eval "$(kind completion bash)"
|
|
fi
|
|
|