File size: 93 Bytes
1faccd4
 
 
 
 
1
2
3
4
5
#!/bin/bash
ray start --head --port=6379
python3 server.py
python3 client.py
ray stop --force