6fbe7648cda53b8bf824e9fc3bc75a66a294d00b
[platform/core/uifw/aurum.git] / protocol / examples / python / gen.sh
1 #!/bin/bash
2
3 python3 -m grpc_tools.protoc --python_out=./ --grpc_python_out=./ -I ./../../ ../../aurum.proto
4