#!/bin/bash python main.py & cd server/grpc && python grpc_server.py -p 50051 & cd server/rest && python server_rest.py -p 9500 & wait