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