It is working

This commit is contained in:
2018-07-10 10:26:09 +02:00
parent 87c90d1616
commit 63932814a0
6 changed files with 22 additions and 52 deletions

2
run.sh
View File

@ -1,6 +1,6 @@
#!/bin/bash
echo "-- Building and starting Necronda Server..."
make compile && \
make update && make compile && \
echo -e "-- Successfully finished compiling!\n" && \
sleep 0.0625 && \
echo -e "-- Starting Server...\n" && \