dos_compilers/RHA (Minisystems) ALGOL v55/m.sh

7 lines
118 B
Bash
Raw Normal View History

2024-07-06 19:00:38 +02:00
str=$(tr '[a-z]' '[A-Z]' <<< $1)
rm $str.OBJ 2>/dev/null
ntvdm -r:. -u algol $str
ntvdm -r:. -u -c -p arun $str.OBJ