linux build

This commit is contained in:
David Lee 2024-07-04 06:10:07 -07:00
parent d33f41e86b
commit b5360af042
24 changed files with 8 additions and 0 deletions

View File

@ -0,0 +1,8 @@
str=${1^^}
rm $str.MAP 2>/dev/null
rm $str.EXE 2>/dev/null
ntvdm -u -r:. -c tpc $str.pas /\$S- /GD
rm $str.MAP 2>/dev/null