6 lines
97 B
Bash
6 lines
97 B
Bash
str=$(tr '[a-z]' '[A-Z]' <<< $1)
|
|
|
|
rm $str.EXE 2>/dev/null
|
|
|
|
ntvdm -u -r:. tpc $str /\$S- /\$R- /B
|