7 lines
		
	
	
	
		
			96 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable file
		
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
	
		
			96 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable file
		
	
	
	
	
#!/bin/sh
 | 
						|
 | 
						|
if read ANS
 | 
						|
then	echo
 | 
						|
else	echo "Sorry, got EOF when reading your answer"
 | 
						|
	exit 1
 | 
						|
fi
 |