7 lines
		
	
	
	
		
			79 B
		
	
	
	
		
			Text
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
	
		
			79 B
		
	
	
	
		
			Text
		
	
	
	
	
	
(
 | 
						|
if test -z ""; then
 | 
						|
    echo empty
 | 
						|
 else
 | 
						|
    echo bizzy
 | 
						|
> fi) &&
 | 
						|
echo foobar
 |