won't redistribute TASM, TLINK, TD
[dos-tasm-exercises.git] / run.sh
blobaeec6fed215e2b713dc66bcb04d8a3ba37be3e91
1 #!/bin/sh
4 # Copyright (C) 2008 Alexander Potashev
7 OLD_PWD=$PWD
8 TASM_DIR=../tasm-bin
10 cp main.asm $TASM_DIR
12 cd $TASM_DIR
13 dosbox -exit build.bat
14 cd $OLD_PWD
16 cd $TASM_DIR
17 dosbox -exit run.bat
18 cd $OLD_PWD