ChipMaster's bwBASIC This also includes history going back to v2.10. *WARN* some binary files might have been corrupted by CRLF.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

21 lines
438 B

  1. # Filename: 01test.sh
  2. # Purpose: automted regression review
  3. # Author: Howard Wulf, AF5NE
  4. # Date: 2015-01-29
  5. # Uasage: implementation defined
  6. # Example:
  7. # cd /sdcard/Download/BASIC/bwbasic/NBS2
  8. # ash ./01test.sh
  9. #
  10. #
  11. # review ERRORS
  12. cat *.dif > dif.OUT
  13. if test -s dif.OUT
  14. then
  15. less dif.OUT
  16. fi
  17. # ----------------------------------------------
  18. # EOF
  19. # ----------------------------------------------