linux build

This commit is contained in:
David Lee 2024-07-09 09:10:32 -07:00
parent 58cc1a4889
commit bb05549eae

5
DX-FORTH v430/m.sh Normal file
View File

@ -0,0 +1,5 @@
str=$(tr '[a-z]' '[A-Z]' <<< $1)
rm $str.EXE 2>/dev/null
ntvdm -r:. -u -c -p forth - include $str.f $str bye