Saxum/run.sh

7 lines
71 B
Bash
Raw Normal View History

2014-11-27 22:58:33 +00:00
#!/bin/bash
if ./build.sh
then
cd binaries; ./MarbleRaceGroupC
fi