dos_compilers/Microsoft QuickPascal v1/m.sh
2024-07-04 15:14:33 -07:00

8 lines
109 B
Bash

str=$(tr '[a-z]' '[A-Z]' <<< $1)
rm $str.EXE 2>/dev/null
ntvdm -u -r:. qpl $str.pas
ntvdm -r:. -u -p $str