Asuro/compile_and_run.sh
kieron 2ce7ccc265 Added scripts for debug
git-svn-id: https://spexeah.com:8443/svn/Asuro@24 6dbc8c32-bb84-406f-8558-d1cf31a0ab0c
2017-05-16 13:27:16 +00:00

13 lines
186 B
Bash
Executable File

#!/bin/sh
ERRCOUNT=0
echo "======================="
echo "== ASURO =="
echo "======================="
if [ "%1" == "-d"]
then
./compile.sh -d
else
./compile.sh
fi
./run.sh