linux build

This commit is contained in:
David Lee 2024-07-04 11:56:17 -07:00
parent f3e7d5f9e4
commit 20edc457aa
2 changed files with 6 additions and 0 deletions

View File

@ -0,0 +1,3 @@
str=$(tr '[a-z]' '[A-Z]' <<< $1)
ntvdm -r:. -u -c -p gwbasic $str.bas

View File

@ -0,0 +1,3 @@
str=$(tr '[a-z]' '[A-Z]' <<< $1)
ntvdm -r:. -u -c -p gwbasic $str.bas