7 lines
		
	
	
	
		
			147 B
		
	
	
	
		
			Text
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
	
		
			147 B
		
	
	
	
		
			Text
		
	
	
	
	
	
# LINT: 'if' cuddled with "(" and ")"; indented with spaces, not tabs
 | 
						|
(if test -z ""; then
 | 
						|
    echo empty
 | 
						|
 else
 | 
						|
    echo bizzy
 | 
						|
 fi) &&
 | 
						|
echo foobar
 |