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