Adding run.sh script

This commit is contained in:
Faerbit 2014-11-27 23:58:33 +01:00
parent 6a05ec47dd
commit 4881367004

6
run.sh Executable file
View File

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