PART2 301 B

12345678910111213141516171819202122
  1. __EOF__
  2. if test $? != 0
  3. then
  4. echo ERROR: Couldn\'t display license file 1>&2
  5. exit 1
  6. fi
  7. echo
  8. echo -n Type \"I ACCEPT\" if you agree to the terms of the license:\
  9. read typed
  10. if test "$typed" != I\ ACCEPT
  11. then
  12. echo
  13. echo You didn\'t accept the license. Extraction aborted.
  14. exit 2
  15. fi
  16. echo