get_answer 96 B

1234567
  1. #!/bin/sh
  2. if read ANS
  3. then echo
  4. else echo "Sorry, got EOF when reading your answer"
  5. exit 1
  6. fi