diff options
Diffstat (limited to 'start.sh')
-rwxr-xr-x | start.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,6 +1,6 @@ #/bin/bash #Bash script for automating evaluate -echo "Dots and Boxes Agent Shell Script: Ver 0.1: first release" +echo "Dots and Boxes Agent Shell Script: Ver 1.0RC1: first not broken release" (python3 python/dotsandboxes/dotsandboxesserver.py 8080) >> server.log & echo "Web server running on http://127.0.0.1:8080" |