6 lines
87 B
Bash
6 lines
87 B
Bash
#!/bin/bash
|
|
|
|
if (command -v kind &>/dev/null); then
|
|
source <(kind completion bash)
|
|
fi
|