Browse Source

Additions to Makefile addgui and delgui and typos

Updated bwbasic.sh typo and bwbasic.desktop
Change bwbasic.png
tags/v3.20f
kenunix 2 years ago
parent
commit
11071464c6
2 changed files with 2 additions and 1 deletions
  1. BIN
      bwbasic.png
  2. +2
    -1
      bwbasic.sh

BIN
bwbasic.png View File

Before After
Width: 48  |  Height: 48  |  Size: 3.8 KiB Width: 48  |  Height: 48  |  Size: 1.5 KiB

+ 2
- 1
bwbasic.sh View File

@@ -1,10 +1,11 @@
#!/bin/sh
# 12/14/2019 Ken
# 07/28/2020 enhanced by ChipMaster
# 10/02/2021 fix typo kenunix
[ -z "$BWBASIC" ] && BWBASIC="$HOME/bwbasic"
[ ! -d "$BWBASIC" ] && mkdir "$BWBASIC"
cd "$BWBASIC"
trap '/bin/echo " "; /bin/echo -e "PROGRAM INTERRUPTED. \007Press Enter "; read j; exit 1' INT
trap '/bin/echo " "; /bin/echo -e -n "PROGRAM INTERRUPTED. \007Press Enter "; read j; exit 1' INT
bwbasic "$@"
# -n = no newline -e interpret special octel numbers \007 = Bell
/bin/echo -n "Bwbasic terminated. Press Enter "


Loading…
Cancel
Save