Skip to content
Snippets Groups Projects
Commit 8e44d108 authored by Armin Co's avatar Armin Co
Browse files

Start srcipt update

parent d4ffb17e
No related branches found
No related tags found
No related merge requests found
#!/bin/bash
echo "Starting server!"
# Start server
./build/smart_grid.exe &
SMART_GRID_PID=$!
# Wait for exit
echo "Press 'q' to exit"
count=0
while : ; do
......@@ -14,6 +15,7 @@ kill $SMART_GRID_PID
./all_off.sh
break
else
echo ""
echo "Press 'q' to exit"
fi
done
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment