7 lines
71 B
Bash
7 lines
71 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
if ./build.sh
|
||
|
then
|
||
|
cd binaries; ./MarbleRaceGroupC
|
||
|
fi
|