Created HttpHeader
This commit is contained in:
8
run.sh
8
run.sh
@ -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
|
||||
|
Reference in New Issue
Block a user