Browse Source

merge

tags/v0.1.0
sendssf 2 years ago
parent
commit
5e0d948d62
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      dependency/shell/run.sh

+ 1
- 1
dependency/shell/run.sh View File

@@ -1,6 +1,6 @@
#!/usr/local

nice -10 ./Server/Server --port 8888 --studentCount 4 --trickerCount 1 --gameTimeInSecond 600 --url $URL --token $TOKEN
nice -10 ./Server --port 8888 --studentCount 4 --trickerCount 1 --gameTimeInSecond 600 --url $URL --token $TOKEN
sleep 5
for k in {1..2}
do


Loading…
Cancel
Save