OSDN Git Service

got bcexmm to compile again. i got alot of work todo with this section of the code...
[proj16/16.git] / src / util / bcexmm.sh
1 #!/bin/bash
2 if [ -f "BCEXMM.MAP" ]; then
3         if [ -f "BCEXMM.EXE" ]; then
4                 mv BCEXMM.EXE bcexmm.ex0
5                 mv bcexmm.ex0 bcexmm.exe
6         fi
7         mv BCEXMM.MAP bcexmm.meh
8 fi