linux build
This commit is contained in:
parent
6f77c984df
commit
5733540a3b
12
DeSmet C88 v24/m.sh
Normal file
12
DeSmet C88 v24/m.sh
Normal file
@ -0,0 +1,12 @@
|
||||
str=${1^^}
|
||||
|
||||
rm $str.O 2>/dev/null
|
||||
rm $str.EXE 2>/dev/null
|
||||
|
||||
# -nDESMETC doesn't work in this version of c88
|
||||
ntvdm -r:. -u c88 $str
|
||||
echo
|
||||
ntvdm -r:. -u bind $str other
|
||||
echo
|
||||
|
||||
rm $str.O 2>/dev/null
|
Loading…
Reference in New Issue
Block a user