Update run.sh

This commit is contained in:
2020-12-09 19:36:17 +01:00
parent 7500476dc5
commit a16c66c7e7

2
run.sh
View File

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