Update run.sh

This commit is contained in:
Changli Tang 2023-04-24 01:01:33 +08:00 committed by GitHub
parent e162111264
commit 6d892ef58b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
#!/usr/local #!/usr/local
nice -10 ./Server/Server --port 8888 --studentCount 4 --trickerCount 1 --gameTimeInSecond 600 nice -10 ./Server/Server --port 8888 --studentCount 4 --trickerCount 1 --gameTimeInSecond 600 --url $URL --token $TOKEN
sleep 5 sleep 5
for k in {1..2} for k in {1..2}
do do