ack/first/get_answer

8 lines
96 B
Plaintext
Raw Normal View History

#!/bin/sh
1991-10-15 16:02:38 +00:00
if read ANS
then echo
else echo "Sorry, got EOF when reading your answer"
exit 1
fi