6 lines
111 B
Bash
6 lines
111 B
Bash
str=$(tr '[a-z]' '[A-Z]' <<< $1)
|
|
|
|
rm $str.EXE 2>/dev/null
|
|
|
|
ntvdm -r:. -u -c -p forth - include $str.f $str bye
|