Implemented Hello World

This commit is contained in:
2020-12-09 22:45:35 +01:00
parent 00382a71e2
commit 24ce5d8cd6
4 changed files with 150 additions and 6 deletions

7
run.sh
View File

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