cloud-game/run_local.sh
2019-05-19 23:55:41 +08:00

7 lines
224 B
Bash
Executable file
Vendored

#!/bin/bash
# Run coordinator first
go run cmd/main.go -overlordhost overlord &
# Wait till overlord finish initialized
# Run a worker connecting to overlord
sleep 3s
go run cmd/main.go -overlordhost ws://localhost:8000/wso