6 lines
95 B
Plaintext
Raw Normal View History

#!/bin/bash
if (command -v minikube &>/dev/null); then
source <(minikube completion bash)
fi