7 lines
		
	
	
		
			92 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
		
			92 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
#!/bin/bash
 | 
						|
 | 
						|
if (command -v stern &> /dev/null)
 | 
						|
then
 | 
						|
  source <(stern --completion bash)
 | 
						|
fi
 |