Adding run.sh script

This commit is contained in:
Faerbit 2014-11-27 23:58:33 +01:00
parent 4f4dec9725
commit 79fd16ad8d

6
run.sh Executable file
View File

@ -0,0 +1,6 @@
#!/bin/bash
if ./build.sh
then
cd binaries; ./MarbleRaceGroupC
fi