Saxum/run.sh
2015-03-09 15:16:18 +01:00

7 lines
60 B
Bash
Executable File

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