ack/first/get_answer

8 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