mirror of
https://github.com/mupen64plus/mupen64plus-oldsvn.git
synced 2025-04-02 10:52:35 -04:00
6 lines
No EOL
75 B
Bash
Executable file
6 lines
No EOL
75 B
Bash
Executable file
#!/bin/sh
|
|
rm ./main/main.o
|
|
sh CreateTestBed.sh
|
|
cd TestBed
|
|
sh Debug.sh
|
|
cd .. |