5 lines
85 B
Text
Executable file
5 lines
85 B
Text
Executable file
if read ANS
|
|
then echo
|
|
else echo "Sorry, got EOF when reading your answer"
|
|
exit 1
|
|
fi
|