Added argument parsing

This commit is contained in:
2020-12-13 13:05:49 +01:00
parent 8b9b32b9af
commit 9f3d8cc0c0
2 changed files with 27 additions and 1 deletions

2
run.sh
View File

@ -3,4 +3,4 @@ echo "-- Building and starting Necronda Server..."
make compile && \
echo "-- Successfully finished compiling!" && \
echo "-- Starting Server..." && \
./bin/necronda-server
./bin/necronda-server $@