Created HttpHeader

This commit is contained in:
2018-05-09 17:34:57 +02:00
parent 0811d4af39
commit cfadefbbf9
3 changed files with 28 additions and 6 deletions

8
run.sh
View File

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