LeTue09's picture
initial clean commit
1faccd4
#!/bin/bash
ray start --head --port=6379
python3 server.py
python3 client.py
ray stop --force