4 lines
116 B
Bash
4 lines
116 B
Bash
|
#!/usr/bin/env bash
|
||
|
|
||
|
python -m grpc_tools.protoc -Icsi-spec/ --python_out=. --grpc_python_out=. csi-spec/csi.proto
|