diff options
author | Matt Strapp <strap012@umn.edu> | 2021-04-29 11:28:42 -0500 |
---|---|---|
committer | Matt Strapp <strap012@umn.edu> | 2021-04-29 11:28:42 -0500 |
commit | a8f96408cea489cf7562c680649d409cf4df172a (patch) | |
tree | 19f917eb4920d21992831b139eebaae8e6810e2f | |
parent | Fix the shell script for production, finally? (diff) | |
download | csci4511w-a8f96408cea489cf7562c680649d409cf4df172a.tar csci4511w-a8f96408cea489cf7562c680649d409cf4df172a.tar.gz csci4511w-a8f96408cea489cf7562c680649d409cf4df172a.tar.bz2 csci4511w-a8f96408cea489cf7562c680649d409cf4df172a.tar.lz csci4511w-a8f96408cea489cf7562c680649d409cf4df172a.tar.xz csci4511w-a8f96408cea489cf7562c680649d409cf4df172a.tar.zst csci4511w-a8f96408cea489cf7562c680649d409cf4df172a.zip |
Increment version
-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" |