run.sh 93 Bytes
Newer Older
jerrrrry's avatar
jerrrrry committed
1
2
3
4
5
#!/bin/bash
ray start --head --port=6379
python3 server.py
python3 client.py
ray stop --force