]> 4ch.mooo.com Git - 16.git/blob - src/util/bcexmm.sh
got bcexmm to compile again. i got alot of work todo with this section of the code...
[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