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.
 
 
 
 
 
 

8 lines
285 B

  1. # 12/14/2019 Ken
  2. trap 'echo " "; echo "PROGRAM INTERRUPTED"; echo "Press Enter "; read j; exit 1' INT
  3. cd /home/$USER/source/bwbasic-3.2a/BAS-EXAMPLES
  4. bwbasic
  5. # -n = no newline -e interpret special octel numbers \007 = Bell
  6. /bin/echo -n -e "Bwbasic terminated. Press Enter \007"
  7. read j