mupen64plus-oldsvn/DebugCreateTestBed.sh

6 lines
No EOL
75 B
Bash
Executable file

#!/bin/sh
rm ./main/main.o
sh CreateTestBed.sh
cd TestBed
sh Debug.sh
cd ..