Newer
Older
cortex-hub / agent-node / scripts / compile_protos.sh
#!/bin/bash
python -m grpc_tools.protoc -I./protos --python_out=. --grpc_python_out=. ./protos/agent.proto
echo "Protobuf compiled successfully."