Saxum/run.sh
2014-11-27 23:58:33 +01:00

7 lines
71 B
Bash
Executable File

#!/bin/bash
if ./build.sh
then
cd binaries; ./MarbleRaceGroupC
fi